DEV Community

Cover image for Why you need a boiler plate
Visakh Vijayan
Visakh Vijayan

Posted on

Why you need a boiler plate

We all have the startup bug inside of us where we think we have a great idea in a split second and then we lose it all together the next.

Well since we are programmers, it always feels to have a project ready so that we can jump right in to start developing our idea.

This is less of a post and more of a trick to save time. Just create a boiler plate with the required folder structure and file names and packages you are damn sure gonna use in your next project. You can host this on github or somewhere else and have branches and other merging strategies ready too.

So next time all you have to do is clone the project and you are on your way.

P.S. This also helps when you feel the idea is not going to work since you did not spend too much time tryng to setup your project.

Here is a sample of an app project which I use frequently.

https://github.com/vjnvisakh-boilerplate/flutter

I promise to keep adding to it so that I have to spend the least time setting it up next time.

If you are like me and like to use a project management SaaS to track progress you can have a look at this Trello template - https://trello.com/b/PaMbIsjb/template

Happy coding !!!

Top comments (0)