Close

Code Maintainability

Code Maintainability is a crucial aspect of software development, focusing on writing clear, well-documented, and structured code that is easy to understand, modify, and extend by other developers.

Sustainable Software Design: Understanding the Benefits of the Common Closure Principle

Common Closure Principle

What? The Common Closure Principle (CCP) states:” The components’ classes should be closed against the same kind of changes. A change that affects a part affects all the classes in that component and no other components.” In other words, a component should not have multiple reasons to change. The Single […]

Devamını Oku

You can’t fight Conway’s law (but you can certainly waste energy trying)

Avraham Poupko

You can’t fight Conway’s law (but you can undoubtedly waste energy trying) — Practical implications of Conway’s law Most software that performs non-trivial tasks is complex. We understand that and welcome that. However, we often feel that much of the software we design, create and deploy is more complicated than […]

Devamını Oku

Linus Torvalds: How can we encourage kids to learn how to code?

Linus Torvalds

Aalto Talk with Linus Torvalds, hosted by Aalto University Center for Entrepreneurship in Otaniemi on June 14, 2012. Linus was interviewed by Will Cardwell and followed with a Q&A session with the audience. We had fun! 

Devamını Oku