by gorkemcetin on 3/15/23, 9:17 PM with 2 comments
by czue on 3/16/23, 6:55 AM
One thing I'll mention is configurability. Most boilerplates ship with tons of stuff - some of which you won't need. This can lead to having a lot of unused code lying around which can be a maintenance burden long term (or you have to do a bunch of work to safely delete it). A handful will let you build without certain features enabled which makes the starting codebase more tailored to exactly what your project needs.
by cuu508 on 3/15/23, 9:53 PM