terminology

Term for releasing software with time dependent portions still unfinished

Published by jeremyfrench on Mon, 06/14/2010 - 14:54

I remember a while ago on a Stack Overflow podcast Jeff Atwood was talking about the bounty system, and he said that they released the bounty offering code before the bounty awarding code was written as the code would not be needed for a couple of weeks.

Is there a standard term for this? Agile can work in this way but it doesn’t have to. I am thinking of suggesting it to a client for something and would like to use the correct terminology along with any information backing it up as a method.

Tags 

terminology

Term for releasing software with time dependant portions still unfinished.

Published by jeremyfrench on Mon, 06/14/2010 - 14:54

I remember a while a go on a SO podcast Jeff was talking about the bounty system and he said that they released the bounty offering code before the bounty awarding code was written as the code would not be needed for a couple of weeks.

Is there a standard term for this? Agile can work in this way but it doesn’t have to. I am thinking of suggesting it to a client for something and would like to use the correct terminology along with any information backing it up as a method.

Tags 

terminology

Answer by Jeremy French for How to get object properties of specific class in SPARQL

Published by jeremyfrench on Mon, 06/14/2010 - 14:44

SELECT ?prop WHERE { ?student ?prop ?lecturer.
?student a <student>.
?lecturer a <lecturer>.
}

I think that will do what you want.

If you want to get information abuot the property you can do something like

Tags 

terminology