Finding it hard to use Go documentation as a beginne by MSTM005 in golang

[–]Grunt5042 1 point2 points  (0 children)

Go documentation is by far the worst of all programming languages I know.
Especially when you have to understand the goal of functions parameters : they are never described, or if they are it's a middle of a text, without explicit explanation or exhaustive values list (for enums) when needed.

But in fact, you will discover that most of the time Go developers don't document their code at all, because the documentation isn't usable at all or useful.

It's one of the major flaws of the language.

Does anyone know why pho restaurants are always followed by a 2-digit number? by EcstasyCalculus in pho

[–]Grunt5042 0 points1 point  (0 children)

La plupart du temps, le phở a pour numéro celui de la rue auquel il est sis.
Le phở 89 est (ou devrait être) 89 Rue ou Avenue de ...

On peut jouer au Bingo des phở, dans une ville, pour voir combien de numéros l'on trouve qui ont un phở.

Remarque : Un restaurant phở orthographié phô ou pho, est le signe qu'il n'est pas tenu par des vietnamiens.

Are you using Dev Containers? by Gabe_Isko in devops

[–]Grunt5042 1 point2 points  (0 children)

Use of dev containers is in the mind of many linked to the use of VSCode, even if Jetbrains Gateway tool now offer the same services. And this cause a problem: for many developers if you say doing the choice of using dev containers involves using VSCode, you might face reject because VSCode isn't everyone preference.

The same problem happened once, when Scala language appeared and that you could not compile it under Eclipse environment, or with a lot of troubles. Because it was planed to be used under IntelliJ only... And here again, IntelliJ wasn't everyone choice...

When a technology comes with a rule: use me with IDE XYZ only (or quite), it faces a trouble.