8
coookie
8y

Not really a rant, but working on a side project alone is tiring 😴.

It has been 4 days and all I have made is this page and login

Comments
  • 2
    if you are using c# i want to join you 😅😆
  • 3
    @abdallahesam I would have loved that but its Node.js
  • 1
    Couldn't use yeoman, @coookie? I turned my back on a while back, but now with the scaffolded login options, it's pretty sweet!
  • 1
    I would like to contribute
  • 1
    @pegazux a machine gun that fires back at your face once in a while... You're not safe man!
  • 0
    @hiestaa Whoa! node does that? When?
  • 1
    @robindotnet Sure! I am gonna set up a repo.
  • 0
    @coookie I'm using it at work but since JS syntax and callback hells we're using coffeescript with sourcemaps and streamlinejs to simplify the code.
    The fire back happens on the stack trace. It shows symbols generated at compile time by streamline, that thus don't exist in the code. Most of the lines in the stack trace at expressed in js, not coffeescript, often with mistakes. Debugging is horrible, takes much longer than with other languages just to understand what happens.
    Not mentioning the lack of proper command line debugger... :-O
  • 0
    @hiestaa That is a problem but it seems that node doesn't have much to do with it.
  • 0
    @bleestein Honestly, this is the first time I am hearing about it. Thank you for the direction!
  • 0
    @cookie these problems are the consequences that Javascript lacks of standard library, and is syntactically not fancy to write at all. I would be very curious to see if anybody ever used NodeJS vanilla, without any module, but I'd argue that this is even crazier than the tower of babel we setup at work.
  • 0
    @hiestaa Amen to that except it's a little bit fancy 😜
Add Comment