this post was submitted on 25 Sep 2023
5 points (64.7% liked)

Golang

2197 readers
1 users here now

This is a community dedicated to the go programming language.

Useful Links:

Rules:

founded 1 year ago
MODERATORS
 

Did I break a taboo by doing this?

you are viewing a single comment's thread
view the rest of the comments
[–] ck_@discuss.tchncs.de 2 points 1 year ago

I would call it a taboo because it diverges from the general best practice. That makes your code harder to read and understand for people less familiar with "your style". Given that code is read much more often that it is written, you are optimizing on the wrong end.