(no title)
FLT8
|
1 year ago
Start paying attention to the things that bog you down when working on code, and the things that your users (ought to) expect to be easy but that are inscrutably difficult to achieve with your existing codebase. Find high quality open source projects and study them. Read books (eg. Domain driven design [distilled]). Stay somewhere long enough to feel the impact of your own bad design decisions. Take some time occasionally to pause and reflect on what isn't working and could have been done better in hindsight. Consider whether you could have done anything differently earlier in the process to avoid needing hindsight at all.
MonkeyClub|1 year ago
OTOH, Vernon's DDDD book comes with caveats:
https://dev.to/yakovlev_alexey/do-not-read-ddd-distilled-by-...
hinkley|1 year ago