Search Results

4
votes

How to make junior programmers write tests?

As a junior programmer, I'm still trying to get into the habit of writing tests. Obviously it's not easy to pick up new habits, but thinking about what would make this work for me, I have to +1 the …
1
vote

One piece of advice

Maintain an interest other than programming and IT. Make sure you stay (or get) "socially healthy". Also, find yourself a mentor or three to learn from - it's far easier and more interestin …
0
votes

Things a programmer should know before building a website

Apply the KISS principle. Put your javascript references (<script> tags) at the bottom of the page. That way …