Internet's best Indexing for World's most genuine top 10 resources.
💥
Follow us for latest top indexes in Technology, Healthcare, Sports, People, and Business.
🟢In Software Architecture depending upon something that carries baggage that you don't need can cause you troubles that you didn't expect.
🟢In general it is harmful to depend on modules that contain more than you need.
#100DaysOfCode#CodeNewbie#Python#vuejs#reactjs#Golang
✅A good software architecture allows decisions about frameworks, databases and servers to be deferred and delayed.
✅A good architecture makes it unnecessary to decide on frameworks or databases until much later in the project. #100DaysOfCode#Python#javascript#ReactJS#vuejs
The Open-Closed Principle:
✅ A software artifact should be open for extension, but closed for modification.
🟢 It means the behavior of a software artifact ought to be extendible, without having to modify it.
#CodeNewbie#100DaysOfCode#Python#javascript#Golang#ReactJS#vuejs