Monday, May 27, 2013

More random findings - how to module




Reading http://howtonode.org/how-to-module  I remembered reading substack's own guid https://gist.github.com/substack/5075355

Went back to http://nodejs.org/community/ trying to find the irc (it became the first step of substack advice when he copied his gist https://gist.github.com/substack/5075355 to a blog post http://substack.net/how_I_write_modules ) but then got side-tracked visiting the various other nodejs community pages http://nodejs.org/community/   like http://planetnodejs.com/ where I found a new interesting futurealoof article "no builds" http://www.futurealoof.com/posts/no-builds.html which I thought of sharing with od's own IT, found http://nodeup.com/  listened the podcast http://nodeup.com/forty
and one of the guys there said "growing up is the process of becoming a hypocrite you can live with".
I thought that was a pretty good stmt meaningful both the for particular context as well as a more general statement.

.... next morning
a few tweets from substack https://twitter.com/substack/status/339098167935119360:
when you start from scratch every time, you continuously re-evaluate your assumptions and you feel the full burden of boilerplate
and...
if you use a scaffold generator to write your boilerplate instead of typing it out by hand, you're less likely to get rid of the boilerplate

Looking for something like sonar for nodejs...http://nodejsrocks.blogspot.com/2012/06/never-mind-i-will-find-something-like.html I found yo.. http://yeoman.io/ . It seems that the yeoman/grunt/bower world is not consistent with the no-scaffolding world that substack, TJ and others are dreaming off.

No comments:

Post a Comment