Frameworkless JavaScript
moot.it
Frameworkless JavaScript
1–10 of 190 posts
Re: Frameworkless JavaScript
#2File size seems like the biggest concern, but really, how important is that on a dynamic page that needs to load exactly once? And using a CDN it might already be cached anyway.
That being said, I also like clean, minimal JS code.
Re: Frameworkless JavaScript
#3Suddenly, anyone who joins moot will have to invest tons of effort in your custom framework instead of being able to hit the ground running.
Re: Frameworkless JavaScript
#4Specifically in the case of moot.it, perhaps as a thing that's dropped into a website to provide a discussion forum having tight code is a bonus, but if you're writing something for other people to extend then using a well known framework as a starting point is a very, very obvious choice.
Re: Frameworkless JavaScript
#5A massive discussion between Backbone.js developer and the developer of Riot.js kicked off. It's an interesting read that's for sure.
You can find the library here https://github.com/moot/riotjs
Re: Frameworkless JavaScript
#6Stick with what works for you. Shipping code on your own terms is the end goal. The customer viewing the page does not care one iota what framework you are using.
Re: Frameworkless JavaScript
#7Re: Frameworkless JavaScript
#8There are non MVC frameworks that focus on UI/DOM/CSS. I based this on Enity/System more w/ events management, I call it module buss. Don't have time to evagelise it ( http://github.com/puppetMaster3/ModuleBU ) Don't use MVC, code is just all over place, there are other patterns. I know this is shocking.
Re: Frameworkless JavaScript
#9It is refreshing to see this post. As someone who has tried, and not really taken to, all three of those frameworks I sympathize. Stick with what works for you. Shipping code on your own terms is the end goal. The customer viewing the page does not care one iota what framework you are using.
If their argument was "We didn't like any of the frameworks so we built moot without one" that'd be great, but they're making the case that all developers would be better off without, and that's pretty damn dubious.
Re: Frameworkless JavaScript
#10Not using a JS Framework? Congratulations, you've just built your own ad hoc JS Framework. Suddenly, anyone who joins moot will have to invest tons of effort in your custom framework instead of being able to hit the ground running.
How can you expect to ask for raises if all devs are basically interchangeable? If we've eradicated all notions of design, and follow prescriptive rules of structuring and solving problems that anybody can Google and follow, then what avenues are left to express technical ability? What differentiates you?