0
votes
Is returning early from a function more elegant than an if statement?
As said before, early return is more readable, specially if the body of a function is long, you may find that deleting a } by mistake in a 3 page function (wich in itself is not very elegant) and t …
0
votes
Programming Language Choice - Longevity and Community
Not a direct asnwer, but "you are doing it wrong" :D
Seriously, you first choice should be what your developers want to use, not what the "management" wants them to use for arbitrary reason …
0
votes
1
vote
Good comments on changesets in sourcecontrol
If the change has an associated ticket somewhere or a bug, in that case the number and title (with a link) should be enough.
Otherwise just state what change did you implement. Regular comm …
