|
|
|
|
|
by Aperocky
1141 days ago
|
|
I like semi-automatically generated docs like AWS API docs that contains in minimum the type information for every field there is, and often much more. I don't like Python docs where it ends up on long winded explanation for specific cases but does not cover all arguments, or only mention some in passing. |
|
I would compare it to having a recipe vs a list of ingredients. Both are useful but I can't just cook if you just give me a list of ingredients without instructions.
And then you have NestJS that does neither so you just get a random piece of information but missing 75% of instructions and no good API doc.