1
vote
The Future of Web Programming Languages
It shouldn't hurt you to learn more languages even if they are not going to be widely used. You can always get new ways of thinking from different kinds of languages.
Currently, there is so …
4
votes
Under what situations are regular expressions really the best way to solve the problem?
RexExprs are good for:
Text Format Validations (email, url, numbers)
Text searchs/substitution.
Mappings (e.g. url pattern to function call)
Filtering some …
2
votes
Embedded systems worst practices?
Assume endianess will be the same forever.
(Extend it to the size of the registers and anything about hardware specifications)
(Case explanation in the comments).
…
3
votes
4
votes
What is more important, testability of code, or adherence to OOP principles?
Maintainability is more important.
Don't miss the point that both, unit testing and OOP have that goal in common.
…
1
vote
Programming as a meaningful profession?
Programming is a meaningful profession just because this human being is a programmer.
Think a bit about it before you vote me either up or down.
…
0
votes
75
votes
Last words of a ??? programmer
Java people don't die, they wait for the garbage collector to get them :P
…
