DEV Community

Cover image for Github Design Philosophy
Mehdi Shahdoost
Mehdi Shahdoost

Posted on

Github Design Philosophy

Every Hitech company has a set of guiding principles for creating its goods, but sometimes it might be hard to find these philosophies if you don't work for that company. Github is really different because you can be able to quickly become comfortable with the GitHub design philosophy through an API request.

curl https://api.github.com/zen

If you use the aforementioned curl command repeatedly, you will receive one philosophy. for instance:

  • Non-blocking is better than blocking.
  • Half measures are as bad as nothing at all.
  • It's not fully shipped until it's fast.
  • Keep it logically awesome.

Let's explore other philosophies just by API calls...

Top comments (0)