4
votes
8answers
180 views
Is it worth learning GNU Make?
I'm lately feeling the need to learn a build tool. I'm looking through StackOverflow for recommendations and Gnu Make gets barely mentioned. Instead I see Ant, Maven, CMake, Scon and many others. H …
6
votes
What is your favorite colorscheme FOR PROGRAMMING in Vim?
I can't believe nobody mentioned desert, the best native dark theme.
:colorscheme desert …
4
votes
Can anyone recommend a PHP book that follows good development principles?
Here's a set of PHP specific books that I've found to be stepping stones. I was introduced to lots of very good concepts through them. The authors all have background and experience spanning variou …
1
vote
best way to refactor my form (procedural to oop?)
I would love nothing more than to write a lengthy explanation of how to do this, but I'm feeling a bit lazy. I do however have enough energy to point you instead to …
