if it doesn’t come bursting out of you in spite of everything, don’t do it. unless it comes unasked out of your heart and your mind and your mouth and your gut, don’t do it. if you have to sit for hours staring at your computer screen or hunched over your typewriter searching for words,… Continue reading So you want to be a writer? by Charles Bukowski
Author: George
More JavaScript
Computer Programmers saw the impending demise, or at the very least, disruption of their work and jobs, and created thousands of JavaScript libraries and frameworks, and used them in Production. Now there’s plenty of work for everyone.
Sandi Metz’ Rules for Developers
Classes can be no longer than one hundred lines of code. Methods can be no longer than five lines of code. Pass no more than four parameters into a method. Hash options are parameters. Controllers can instantiate only one object. Therefore, views can only know about one instance variable and views When a call comes… Continue reading Sandi Metz’ Rules for Developers