28

Got a funny look from someone the other day...

Turned out I was shouting at my monitor...

That's normal right?

Comments
  • 0
    Tell us about your pain, it might feel better afterwards.
  • 0
    @plusgut I'm just an angry developer and not a morning person, mix the two together...
  • 0
    @Jameslikestea oh okay, I just read react in your tags and am curious what yourtroubles were.
  • 0
    @plusgut Oh I'm also not the worlds greatest fan of React, I'm just anti facebook more than anything
  • 0
    @Jameslikestea not a fan just because it's facebook, or any technological reasons?
  • 0
    @plusgut A bit of both, I think I should keep my opinions of Facebook as a company to myself, rather than venturing further down the rabbit hole. As to technological reasons, I'm not a fan of unidirectional data flow vs 2-way data binding, I do like components but other things offer that as well. So I guess it's just one of those, I have worked with React and Angular, yet to try Vue for technological reasons my rankings are
    1. ng2/ng4
    2. React
    3. AngularJS
  • 0
    Dude who sits next to me routinely yells and flips off SSIS, Visual Studio, and company emails. It’s pretty normal where I sit.
  • 0
    @Jameslikestea thanks for your opinion. why do you prefer two-way-binding, it gives you less power over whats happening.
  • 1
    @plusgut I believe that a data binding should be just that, a way of getting data from one place to another. I don't think you should be incorporating logic into a data binding, it seems silly to do that, also the unidirectional flow is more susceptible to input lag as it's not the text box that updates, it's a logic model which then tells the text box to update, I think you should just update the text box and take the triggered event from there. Final reason is just personal preference
  • 0
Add Comment