CTO principles
Here are the principles I use when leading teams
- Make the invisible, visible
Make relevant information visible so things can be clearly understood - Reduce a problem to its lowest sensible abstraction
Framing a problem in its lowest sensible abstraction helps you understand and develop accurate solutions to a problem. - Separate core logic from the framework
Core logic that is related to solving a business or domain problem should exist outside of a framework.