Joshua Pollak Profile picture
Robotics & Logistics | Angel Investor | Software Lead | @pickle_robot | @josh@project-taco.org Twin Dad | #blacklivesmatter | he/him
Jan 8, 2023 7 tweets 2 min read
Do you want to write better, more maintainable, and more scalable code? Then you'll want to learn about the SOLID principles. In this thread, I'll be explaining each principle and why it's important for software development. Get ready to level up your coding skills! #javascript The Single Responsibility Principle: A class should only have one reason to change. This promotes modularity and makes it easier to maintain and extend code.