|
|
|
|
|
by base698
2383 days ago
|
|
Advice someone gave me in a similar situation: coding requires Mise en Place like cooking. Mise en Place is setting everything up and prepping before you start cooking so everything is easy to access. In coding, this means thinking through how you're going to structure it, have answers for what pieces of code use service calls and what needs to be its own modules. Think about the data and what it looks like: what fields and names does this have? Does it require a set or list collection? Following up on that train of thought watch the Simple Made Easy talk and really try to internalize what he means when he talks about design. https://www.infoq.com/presentations/Simple-Made-Easy/ |
|