Hacker News new | ask | show | jobs
by rpz 899 days ago
I’m in the same boat. Outside of a professional setting atw style is the only way I write code. I find code easier to manage when I can see more of it at once. I like to use this style in JavaScript as well.
1 comments

> I find code easier to manage when I can see more of it at once. I like to use this style in JavaScript as well.

How do you write with this style in JS?

D=document;E=“getElementById”; D[E](“myId”)