|
|
|
|
|
by tomjen3
5278 days ago
|
|
I too hate Javascript, but mostly because it is not a language suited to go above a few houndred lines of code -- it is awesome to quickly add some interaction to a website. That said, Node.js is really well designed. I just wish it was done with some other less dynamic language. |
|
But with a little forethought as you write your code, you can write very complex programs with JavaScript and still have a very readable code-base.