Let's say that a question is for a specific framework/library.
Is it OK to give an answer which solves the problem but using another framework/library?
Both in the same area (like OR/M or IoC containers).
|
Let's say that a question is for a specific framework/library. Is it OK to give an answer which solves the problem but using another framework/library? Both in the same area (like OR/M or IoC containers). |
||||
Is it OK? Of course it is! Its a valid answer. The fact that it might not be useful to the OP is important as he might not accept that as an answer. However if this alternative framework solves the problem then it might help someone else in the future facing the same issue. Unless the OP has specifically stated that there are some limitations (IE. It has to be a solution within the current framework) then posting an answer that suggests a different framework is...well... not very helpful... |
|||||||||||
|
|
I think it depends quite a bit on the question, and how easy it would be to extrapolate. For a (Java) DI/IoC example, providing an answer using Guice injections and AOP, without a fairly detailed explanation, would be essentially useless to someone looking for a Spring XML solution. Even a small jQuery answer might involve moderate hoopage to translate to something usable in pure JS, or a JS framework that uses very different syntax or mechanisms. Other times it might be a trivial translation, and would be considered "close enough". If it's a theoretical question, the technicalities of an answer might not matter at all. |
|||
|
|
And your second comment is very broad and the programming implications is very big.And "use another framework" is not? – M. Night Demonbobby Jun 11 '12 at 7:51