What planning tool do you prefer the most for mid level software projects? Clickup, Jira or Trello
It is a very important subject indeed, touching on this subject is essential especially for developers who work directly on highly complex products, planning will always be essential.
Great post! As developers, we tend to miss this part because of time constraints. But I think it helps to slow down a little bit and do the tech planning first.
Thanks for writing this.
I too know of people who love to just dive straight into writing code, but I completely agree that at least some form of planning upfront is worth it.
It’s very much like writing unit tests: by writing them, it makes us think in different ways that the system could operate. As a result, we might include additional handling for different use cases that we may not have otherwise thought of. The same is true with a project plan too.
When it comes to system design, I also think it’s helpful to draw up some diagrams. Architectural diagrams help with design and modularisation, and sequence diagrams can show how the systems will communicate with each other.
Once we have those, we have a clear direction and (as mentioned in the article) can move much faster as a result.
Anjali Pant
A Trained Analyst 💎
As a developer, I always thought that planning before executing is not worth of time- this always happened to me whenever I tried to go for implementation, and the results were always negative. Reading this blog changed my thinking pattern and helped in getting good output as success.