|
|
|
|
|
by darth_mastah
2797 days ago
|
|
I mostly agree with the article except the part where the author plays down the architectural considerations during project inception. > Right now it’s just me working on the project, and you can be sure I just cracked open my code editor and started writing code on day 1. It's definitely fun to start with writing code, but in my view it may be more efficient to pause for a moment, understand the problem and find the right solution for it. Then start writing PoC code, which can be refactored at a later stage. That's just pragmatism - lots of code will go to the bin anyway, but at least we give ourselves a chance to have a longer and happier run with it before that happens. |
|