|
|
|
|
|
by nicbou
1232 days ago
|
|
Write longer scripts. You will very quickly repeat the mistakes for which we have architectured solutions. Then you can make informed searches to solve those problems. You can also look at how simple applications are organized, or look at application templates to see where everything is. You can also read about common software development patterns as they are answers to those common problems. I don't have a specific book to recommend. I found that stumbling through worked a lot better for me. Write something simple and useful, and rewrite it often. It's very easy to keep improving upon something that you actively use on a daily basis. |
|
Also just pushing ahead is just what I need to do and later refactor. I always tend to stop, when I feel something I am about to do should be done better, but don't really know how.