tidbits

2015-9-1
reflections on application design

by Andi Neck (@andineck)

 

In a former article, Iain described how much time we spent, structuring the GlintCMS. While structuring helped us to tackle the complexity, it didn't feel completely right. We refactored it a couple of times and eventually realized that breaking things up into smaller pieces, helped us way more. 

 

# divide and conquer

# favour small and focused modules over big and even well structured applications

# define and follow your architectural style

 

 

 

Also read: GlintApp