Two minds are better than one.
Monthly Archives: December 2020
Practice the SOLID principles for cleaner code.
Write software that is loosely couple with high cohesion.
Learn the dependency inversion principle.
And stop monkey-patching.
Learn the Interface Segregation Principle.
Only depend on what you use.
Learn the Liskov Substitution Principle.
You can use the subtypes.
Learn the Open/Closed Principle.
Tools are better when you don’t need to rebuild them.
Learn the Single Responsibility Principle.
That thing should have one job.
Develop your soft skills.
There’s more to being awesome than programming talent.
Plan your demo early.
Make it a part of your development process.
Performance tuning is dangerous.
Don’t attempt it unless it’s really going to be necessary.