1
vote
What books would you recommend for a beginning Software Developer?
because i tend to like indepth tomes and good reading, i would go with Dr Timothy Lethbridge's Object-Oriented Software Engineering: Practical Software Development using UML and Java for grounding, …
1
vote
What is Test Driven Development (TDD)?
TDD stands for test driven development. this is where by the whole development process is targeted toward passing tests setup beforehand. someone put it better saying you follow the following three …
