DEV Community

Arunas Skirius
Arunas Skirius

Posted on • Originally published at arunas.dev

What is complexity? Write Better Laravel

“Write Better Laravel” is a new blog series about designing sustainable, clean code.

In order to write better code, we first must understand our enemy.

  • What is “complexity”?
  • How can you tell if the system is unnecessarily complex?
  • What causes the system to become complex?

Once you understand complexity and how to spot it, you will start writing better code that is simpler to understand, use, extend and maintain.

Complexity is anything related to the structure of a software system that makes it hard to understand and modify the system.

Click here to read the rest of the article...

Top comments (0)