this post was submitted on 14 Aug 2023
41 points (100.0% liked)

Programmer Humor

19171 readers
1610 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] space_comrade@hexbear.net 0 points 1 year ago (1 children)

From what I've heard from Google employees Google is really stringent with their coding standards and they usually limit what you can do with the language. Like for C++ they don't even use half the fancy features C++ offers you because it's hard to reason about them.

I guess that policy makes sense but I feel like it takes out all the fun out of the job.

[โ€“] frezik@midwest.social 4 points 1 year ago

As far as C++ goes, that's probably the only sane way to use the language.