Under 300 Lines Long files are the enemy of maintainable code. Keep component files under 300 lines total. If you’re tempted to go above that size, split it into separate CKCompositeComponent ‘s. ← Prev Next →