kelseyr
|
4 years ago
|
on: Design patterns let you apply existing solutions to your code
I've seen too many examples of code at work where you can tell a developer has just come back from a training course on design patterns.
It's usually an overly complicated solution / 'pattern' that has been applied to solve a simple problem, because you've learnt these things right, so you should use them where you can. Rather than sticking to the simplest solution. Less code == easier to understand (for yourself _and_ others that will have to maintain your code) == less chance of bugs slipping in.
kelseyr
|
6 years ago
|
on: Draw.io: Online Diagramming Website
I really like that you can export as PNGs and embed the diagram information inside. Being able send around PNGs that everyone can view, but can still be edited with draw.io makes sharing and updating much simpler.