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?
For further actions, you may consider blocking this person and/or reporting abuse
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?
For further actions, you may consider blocking this person and/or reporting abuse
RemoteWLB -
Lindiwe -
Ivelin Yanev -
Ebraim Sambo -
Top comments (1)
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.