-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
We should have a repository of blogs/tutorials that walk users through how we wrote certain tenets. This will help users to understand which features and conventions to use when. They should be filled with copious docs links.
Ideas:
- return statement at the end of a func with a potential other return exit point. The lesson is using
<lang>.elementto enforce sibling order. @Daanikus for clarification on the goal of the tenet. - finding a method of a class in a file, but exclude certain classes. The lesson is that we don't exclude the class, but rather match a class whose name is not x. @CallanTaylor wrote this as part of a test.
- go routine returns a value. Lesson is using the callgraph, dividing the problem into chunks, and combining the chunks again using
any_of.
Metadata
Metadata
Assignees
Labels
No labels