Tagged Questions
0
votes
0answers
190 views
How to learn to deliver quality software designs when working on a tight deadline? [closed]
I read many books about how to design great software, but I kind of struggle to come up with a good design decisions when it comes to business apps, especially when the timeframe is tough.
In the ...
4
votes
4answers
378 views
What books or resources would you recommend to learn practical OO design and development concepts? [closed]
I'm a self taught programmer; I understand the foundations of programming and what classes are, but my code tends to be messy with class methods interacting with a half a dozen other classes, and my ...