Tagged Questions
The interrogative-programming tag has no wiki summary.
1
vote
2answers
291 views
Imperative vs interrogative methods
When implementing a class, is it better practice to return a value for methods (interrogative) or to simply manipulate class attributes directly within the method (imperative).
For example, I have a ...
1
vote
3answers
490 views
What is meant by imperative and interrogative code
My Manager asked me to code in ASP.net. What is meant my imperative and interrogative code.
How it related to programmers?