Click here to Skip to main content
15,881,248 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: A song you've heard but don't remember hearing... Pin
Greg Utas12-Apr-21 3:10
professionalGreg Utas12-Apr-21 3:10 
GeneralRe: A song you've heard but don't remember hearing... Pin
David O'Neil14-Apr-21 10:05
professionalDavid O'Neil14-Apr-21 10:05 
GeneralRe: A song you've heard but don't remember hearing... Pin
David O'Neil14-Apr-21 11:45
professionalDavid O'Neil14-Apr-21 11:45 
GeneralRe: A song you've heard but don't remember hearing... Pin
GuyThiebaut31-Mar-21 6:44
professionalGuyThiebaut31-Mar-21 6:44 
GeneralTrying to grok WIFI-enabled controller board Pin
swampwiz26-Mar-21 19:26
swampwiz26-Mar-21 19:26 
GeneralRe: Trying to grok WIFI-enabled controller board Pin
Peter_in_278026-Mar-21 21:07
professionalPeter_in_278026-Mar-21 21:07 
GeneralRe: Trying to grok WIFI-enabled controller board Pin
honey the codewitch26-Mar-21 21:18
mvahoney the codewitch26-Mar-21 21:18 
QuestionReactive Frameworks. Thoughts? Pin
Chris Maunder26-Mar-21 6:05
cofounderChris Maunder26-Mar-21 6:05 
I'm a newcomer to reactive frameworks such as Vue and React. The whole concept of updating a value (or wiring it up to a UI element so it can be updated) and having the changes propagate through the application without explicitly updating anything else is new and weird. But super convenient.

It feels like the move from managing my own memory in C++ to moving to the managed memory model of C#. Whereas memory management felt like I had a servant who would go around and pick up my dirty laundry, it now feels like I have a bunch of servants who run around doing stuff that needs to be done without me even needing to tell them to do it. If they were staff they'd get a bonus.

Except when they get totally confused and can't break out of a cyclic dependency. Or when they react to every tiny little thing. Or when they put tabs on everything so they don't miss anything, but "everything" includes megabytes of timeseries data that's never going to change.

I get how to work around these things but it's an odd, kinda cool, sometimes uncomfortable experience and I was just wondering how others adapted (or didn't)
cheers
Chris Maunder

NewsRe: Reactive Frameworks. Thoughts? Pin
W Balboos, GHB26-Mar-21 6:25
W Balboos, GHB26-Mar-21 6:25 
GeneralRe: Reactive Frameworks. Thoughts? Pin
Chris Maunder26-Mar-21 6:50
cofounderChris Maunder26-Mar-21 6:50 
GeneralRe: Reactive Frameworks. Thoughts? Pin
W Balboos, GHB26-Mar-21 7:11
W Balboos, GHB26-Mar-21 7:11 
GeneralRe: Reactive Frameworks. Thoughts? Pin
Slacker00726-Mar-21 9:59
professionalSlacker00726-Mar-21 9:59 
GeneralRe: Reactive Frameworks. Thoughts? Pin
Sander Rossel26-Mar-21 10:39
professionalSander Rossel26-Mar-21 10:39 
GeneralRe: Reactive Frameworks. Thoughts? Pin
Jörgen Andersson26-Mar-21 11:34
professionalJörgen Andersson26-Mar-21 11:34 
GeneralRe: Reactive Frameworks. Thoughts? Pin
Rusty Bullet29-Mar-21 3:28
Rusty Bullet29-Mar-21 3:28 
GeneralRe: Reactive Frameworks. Thoughts? Pin
W Balboos, GHB30-Mar-21 1:08
W Balboos, GHB30-Mar-21 1:08 
AnswerRe: Reactive Frameworks. Thoughts? Pin
Mike Hankey26-Mar-21 7:25
mveMike Hankey26-Mar-21 7:25 
AnswerRe: Reactive Frameworks. Thoughts? Pin
GuyThiebaut26-Mar-21 7:35
professionalGuyThiebaut26-Mar-21 7:35 
GeneralRe: Reactive Frameworks. Thoughts? Pin
Chris Maunder27-Mar-21 7:05
cofounderChris Maunder27-Mar-21 7:05 
GeneralRe: Reactive Frameworks. Thoughts? Pin
rallets29-Mar-21 0:56
rallets29-Mar-21 0:56 
GeneralRe: Reactive Frameworks. Thoughts? Pin
Terry Slack29-Mar-21 5:54
Terry Slack29-Mar-21 5:54 
AnswerRe: Reactive Frameworks. Thoughts? Pin
Gerry Schmitz26-Mar-21 9:07
mveGerry Schmitz26-Mar-21 9:07 
AnswerRe: Reactive Frameworks. Thoughts? Pin
raddevus26-Mar-21 10:48
mvaraddevus26-Mar-21 10:48 
GeneralRe: Reactive Frameworks. Thoughts? Pin
Chris Maunder27-Mar-21 7:06
cofounderChris Maunder27-Mar-21 7:06 
GeneralRe: Reactive Frameworks. Thoughts? Pin
darktrick54429-Mar-21 5:27
darktrick54429-Mar-21 5:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.