|
|
|
|
|
by lobo_tuerto
5399 days ago
|
|
I recommend then you start taking tiny bits of software architecture to improve your code and your understanding of code structure. It can help with reuse, better practices, etc. For example get a copy of Ruby Design Patterns. The things you will read about in it can open your eyes for better recognizing where you can improve your code, how ti apply _this_, how to solve _that_, and can give you ideas and new ways to look at structuring your code for better reuse. Design patterns aren't an end on itself, but means write more modular, readable, understandable code. |
|