Readit News logoReadit News
duzchip commented on Show HN: Bashblog-Ng   github.com/dvwallin/bashb... · Posted by u/duzchip
duzchip · 6 years ago
Bashblog is a great tool but there we stuff missing in my opinion. So made a small fork (drop-in-replacement), with a few more features like menu, html5-compat, github-banner, etc. nothing fancy and based on my wants and needs alone.
duzchip commented on Ask HN: Why are frameworks necessary when plain HTML/CSS/JS are simpler?    · Posted by u/gymshoes
duzchip · 7 years ago
Well yes, for small simple static projects vanilla HTML/CSS/JS(with jquery though) is probably simpler. The problem is when you reach "real life sized" projects. When a project should do more than show a form and a few images and some text.

Frameworks are useful to standardize how many developers in a single project develop together. It also eases binding dynamic views to datasources (databases or API:s or similar). And as a third i'd say that many of the everyday "gotchas" are sorted out in mature frameworks so the developers can focus on the stuff that actually matters.

I am - on the other hand - one of those who argue that frameworks also bring a lot of evil into development. Especially in JS where frameworks are built on top of frameworks which are built on top of frameworks. But I wont bring out those arguments here since the question was "Why to use frameworks" not "Why to avoid them".

Happy Hacking!

u/duzchip

KarmaCake day88March 23, 2018View Original