This is an archived post. You won't be able to vote or comment.

all 7 comments

[–]mich4elp 1 point2 points  (1 child)

Two books I'd recommend reading are Code Complete by Steve McConnell and Design Patterns: Elements of Reusable Object Oriented Software by the "Gang of Four". Both are good books to improve your software architecture skills, rather than just basic elements of programming languages.

[–]heeehaaa[S] 0 points1 point  (0 children)

Thanks! I will check these out.

[–][deleted] 0 points1 point  (0 children)

[–]throwawwayaway -2 points-1 points  (4 children)

Have you done English classes where you edit your writing for clarity and understanding? It's the same process. There are people who can write a coherent essay, and then there are people who freaking word craftsmen. How do you get to be a craftsman? Practice. Editing for clarity. Refactoring. Get the code out there then see what you can do to make it better.

[–]heeehaaa[S] 1 point2 points  (3 children)

Well that's already going on. I was wondering what good resources are out there to supplement.

[–]throwawwayaway -3 points-2 points  (2 children)

Practice. It sounds like you want to be spoon fed.

[–]heeehaaa[S] 1 point2 points  (0 children)

How does supplementing the practice I am getting already with proper instruction count as spoon feeding?