Dgraph Proverbs

As I do code reviews, I realize it would help if we had some Dgraph proverbs, just like we have Go proverbs to communicate established ideology. Here’re some I came up with so far:

  • Design for the future, code for the present.
  • Run towards simpler implementation.
  • Read more, write less.
    • This can be further qualified with: read more documentation, write less code.
  • If it has no measurable effect, don’t change it.

Interested in hearing your thoughts, and other ideas that you might have picked from our code reviews. Can’t promise they’ll make it, but they’d definitely have an influence. @minions.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.