in reply to To Framework or not to Framework

Your code, your choice :-) Most people use frameworks because you then can spend time developing your app instead of a framework. Take a look at Yancy, the CMS for Mojo.

Hope this helps!


The way forward always starts with a minimal test.

Replies are listed 'Best First'.
Re^2: To Framework or not to Framework
by Bod (Parson) on Nov 23, 2020 at 20:38 UTC

    Your code, your choice :-)

    Yes indeed - and the purpose of the post is to help me make that choice :)

    Currently I'm unsure what help a framework would actually provide as, surely, all the boilerplate HTML, CSS, Javascript, etc still has to do coded by hand. I totally get that a framework helps with compatibility with other developers.

    I'm very much thinking that I'll try a framework for this project and then I will be able to form an informed opinion...