mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

12K
active users

Juhis

UI components and code files get often refactored or improved iteratively which means your project may have leftovers from old style you don't want used as an example but rather deprecated or refactored little by little.

Document it! Otherwise your team don't know what's going on and your code base and design style may diverge or cause hindrance in review process.

hamatti.org/posts/document-out

Juha-Matti Santala | Community Builder. Adventurer. Dreamer.Document outdated componentsWhen your codebase evolves iteratively instead of everything at once, you end up with components or files that use outdated style and should not be used as an example for future code. Document those cases to avoid problems.