u/Urtie - 4 Archived Voat Posts in v/programming
u/Urtie
  • home
  • search

u/Urtie

0 posts · 4 comments · 4 total

Active in: v/programming (4)

  • ‹‹‹
  • ‹‹
  • ‹
  • 1
  • ›
  • ››
  • ›››
Comment on: What programming language changed your outlook on creating software?

Any program with a lot of concurrent stuff going on, like a multi user server.

0 15 Jul 2015 15:45 u/Urtie in v/programming
Comment on: What programming language changed your outlook on creating software?

No, it'll remain that way. It was a deliberate design decision, and it does make the code pretty verbose. I actually like the effect it has on the code I write though. When I was forced to deal with all potential errors, or rather at least think about them, it made my code more robust. Before Go, I would think "this is never going to fail, and if it does, it'll all just crash anyway" way too often.

It's probably compounded by the type of programs I use Go for. They tend to be important, very long running programs with many things going on at once, where strange errors have a much larger chance of occurring, and where the effect of a crash would be serious. Generic exception handling wouldn't cut it, and if I had to catch all individual exceptions and write specific error handling for them, I would end up with worse code than the Go alternative.

Go is definitely not for every project though. At least not for me.

0 15 Jul 2015 15:43 u/Urtie in v/programming
Comment on: What programming language changed your outlook on creating software?

Go. It got me back into systems programming, and renewed my interest in C as well.

1 14 Jul 2015 23:26 u/Urtie in v/programming
Comment on: Zeroing buffers is insufficient

That's a good, but disturbing point. Not to mention, there are plenty of managed languages out there that might copy the data around too.

Is there even a way to deal with this without having the kernel get involved at program exit?

0 06 Jul 2015 18:16 u/Urtie in v/programming
  • ‹‹‹
  • ‹‹
  • ‹
  • 1
  • ›
  • ››
  • ›››

archive has 9,592 posts and 65,719 comments. source code.