mstdn.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A general-purpose Mastodon server with a 500 character limit. All languages are welcome.

Administered by:

Server stats:

12K
active users

It’s amazing how people start arguments in the coding community out of arrogance and a need to feel better than others lol “If you need to document your code, write better code” like no comments are meant to help everyone working on the code base??

kaspi

@taeluralexis I love how well documented code is. It helps tremendously to understand the inner workings. And sooner or later we all are going to need to delve into a library's code. Whatever language.

And I just recently documented a part of code that would never make sense without context. Hopefully it will save someone a few hours in the future.

@kaspi I agree! I love how with FAST API it automatically generates documentation for your API. It’s a lifesaver. Sometimes I’ll forget how to make a proper request and instead of scouring through my code I can just look at the examples they provide to instantly remember. And I wrote the API lol 😂

@taeluralexis I also write novels in merge requests 🤓