0
votes
What areas of specialization within programming would you recommend to a beginner
As a student I'd recommend forgetting about what you're programming and focusing on the software process itself. Understand how to analyse a problem and ask the right questions; learn every design …
0
votes
Beginning TDD - Challenges? Solutions? Recommendations?
In my opinion (your mileage may vary):
1- If you didn't write it don't test it. If you wrote it and you don't have a test for it it doesn't exist.
3- As everyone's said, xUnit's fr …
