When you are faced with a new project, how do you plan it's design to eventually translate into code? Since there is no right way in programming, what is your way?
When you are faced with a new project, how do you plan it's design to eventually translate into code? Since there is no right way in programming, what is your way?
Well... I do a lot of Rails development and one of the best things about that stack/community is convention. We pretty much agree on how to do things on a new project. And once a project grows then we can figure out the nuanced architectural adjustments, but we cross that bridge when we get there.