Click here to Skip to main content
16,004,479 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: The Milky Way for the Win. Pin
RickZeeland15-Aug-24 19:09
mveRickZeeland15-Aug-24 19:09 
GeneralRe: The Milky Way for the Win. Pin
dandy7216-Aug-24 3:38
dandy7216-Aug-24 3:38 
GeneralRe: The Milky Way for the Win. Pin
charlieg17-Aug-24 2:17
charlieg17-Aug-24 2:17 
GeneralThe joys of zealotry. Pin
Jeremy Falcon15-Aug-24 7:58
professionalJeremy Falcon15-Aug-24 7:58 
GeneralRe: The joys of zealotry. Pin
jochance15-Aug-24 8:47
jochance15-Aug-24 8:47 
GeneralRe: The joys of zealotry. Pin
Jeremy Falcon15-Aug-24 9:01
professionalJeremy Falcon15-Aug-24 9:01 
GeneralRe: The joys of zealotry. Pin
dandy7215-Aug-24 9:17
dandy7215-Aug-24 9:17 
GeneralRe: The joys of zealotry. Pin
Jeremy Falcon15-Aug-24 9:31
professionalJeremy Falcon15-Aug-24 9:31 
dandy72 wrote:
I might make the claim that an experienced developer might prefer having to make the distinction
100% agree. I personally think the distinction isn't a bad thing. Fortunately, the Zig compiler will catch boo boos, but there's nothing wrong with the older syntax. But you know how it is with the younger generation... doesn't matter what it is as long its new and feels like it's theirs.
dandy72 wrote:
and I remember it took me a long time to fully wrap my head around pointers and this sort of thing.
Probably didn't help to see code examples like ****pSomething either. Laugh | :laugh: They're powerful though, especially when memory constraint is a concern, which IMO even in a system with a large amount of RAM a program shouldn't be too careless with memory. But, if they're abused then it's a mess... kinda like macros.

All the hate for JavaScript (by those who pretend to know it but don't), but that's one thing JavaScript does really well... once you understand it. Just about every variable's value is a reference to a table entry in memory and copying a variable just literally does a shallow copy with a reference to the same entry, which is akin to pointers in concept.
dandy72 wrote:
I wonder how well I would do if I had to go back. Going over your sample, it still makes sense to me and I didn't have to think twice.
I think you would man. The stuff comes back once you dust off the cobwebs a bit.
Jeremy Falcon


modified 15-Aug-24 15:39pm.

GeneralRe: The joys of zealotry. Pin
dandy7215-Aug-24 9:43
dandy7215-Aug-24 9:43 
GeneralRe: The joys of zealotry. Pin
Richard MacCutchan15-Aug-24 22:12
mveRichard MacCutchan15-Aug-24 22:12 
GeneralIf I ever wanted to hurt a company Pin
honey the codewitch15-Aug-24 4:15
mvahoney the codewitch15-Aug-24 4:15 
GeneralRe: If I ever wanted to hurt a company Pin
dandy7215-Aug-24 4:49
dandy7215-Aug-24 4:49 
GeneralRe: If I ever wanted to hurt a company Pin
Tiger1250616-Aug-24 6:05
Tiger1250616-Aug-24 6:05 
Generalso back to the Linux discussion. Pin
rnbergren15-Aug-24 3:45
rnbergren15-Aug-24 3:45 
GeneralRe: so back to the Linux discussion. Pin
Stefan de Zeeuw15-Aug-24 4:21
professionalStefan de Zeeuw15-Aug-24 4:21 
GeneralRe: so back to the Linux discussion. Pin
rnbergren16-Aug-24 2:51
rnbergren16-Aug-24 2:51 
GeneralRe: so back to the Linux discussion. Pin
megaadam15-Aug-24 4:37
professionalmegaadam15-Aug-24 4:37 
GeneralRe: so back to the Linux discussion. Pin
Jeremy Falcon15-Aug-24 6:34
professionalJeremy Falcon15-Aug-24 6:34 
GeneralRe: so back to the Linux discussion. Pin
Jeremy Falcon15-Aug-24 6:36
professionalJeremy Falcon15-Aug-24 6:36 
GeneralRe: so back to the Linux discussion. Pin
fgs196315-Aug-24 9:30
fgs196315-Aug-24 9:30 
GeneralRe: so back to the Linux discussion. Pin
rnbergren16-Aug-24 2:48
rnbergren16-Aug-24 2:48 
GeneralRe: so back to the Linux discussion. Pin
Paul Mauriks15-Aug-24 21:08
Paul Mauriks15-Aug-24 21:08 
GeneralRe: so back to the Linux discussion. Pin
Steve Naidamast16-Aug-24 4:30
professionalSteve Naidamast16-Aug-24 4:30 
GeneralRe: so back to the Linux discussion. Pin
Kaffe Myers16-Aug-24 7:32
Kaffe Myers16-Aug-24 7:32 
GeneralRe: so back to the Linux discussion. Pin
sasadler16-Aug-24 5:52
sasadler16-Aug-24 5:52 

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.