1
vote
Anyone else find naming classes and methods one of the most difficult part in programming?
There is only one sensible name for that class:
HelpRequest
Don't let the implementation details distract you from the meaning.
…
-1
votes
Why didn’t unit testing work out for your project?
Every programmer has to ask themseleves the question: is there any bug that could be caught by unit testing that couldn't be caught just as easily by simply using the bloody software?! …
