Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@12bitfloat *maintainable* code. Not everything is about speed. There's a reason so many companies use it now.
Docker, kubernetes, and spotify is all go, and I'm sure I'm missing a lot more. -
@Techno-Wizard I wouldn't call error handling boilerplate or copy-pasted generic structures maintainable. I get the idea of less features = less things that can go wrong but I just feel like Go went a bit too far
-
Go definitely went too far, and I noticed that when trying to implement an image generator for @cr78. Just a word of warning, you will not have pleasant results with alpha to black calculations for images in Go, because the included image library somehow doesn't give two shits when drawing a semi-opaque picture over anything else and makes the semi-opaque picture completely opaque.
-
Current-day Go had made some slight adjustments that makes the above task less daunting.
Related Rants
-
xjose97x19Just saw a variable in C named like this: long time_ago; //in a galaxy far away I laughed no stop.
-
Unskipp24So this happened last night... Gf: my favorite bra is not fitting me anymore Me: get a new one ? Gf: but it ...
-
sam966911Hats off to this lady .... I would have just flipped the machine
I am writing much less code for certain things in C++ than I would in Go...
I guess that sticking to traditional languages has its advantages. ;)
rant
c++
go