You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the forms of situational expression is the tagging of various patterns and principles. Sometimes they can be use to simplify the message to convey or help point the developer who will address it to something they should learn about or rethink first.
For example: [SideEffects(solid: Solid.SingleResponsibility)]
The options are grouped and isolated to support bitwise stacking of multiple enum values. Names are preferred in long form to ensure readability. For example, SRP may be well known to the reviewer but not so much for the developer having to do something about it.
The items currently included can be found in the link below which are only a conversational starter.
One of the forms of situational expression is the tagging of various patterns and principles. Sometimes they can be use to simplify the message to convey or help point the developer who will address it to something they should learn about or rethink first.
For example: [SideEffects(solid: Solid.SingleResponsibility)]
The options are grouped and isolated to support bitwise stacking of multiple enum values. Names are preferred in long form to ensure readability. For example, SRP may be well known to the reviewer but not so much for the developer having to do something about it.
The items currently included can be found in the link below which are only a conversational starter.
https://github.com/rskopecek/CodeDocs/tree/master/src/CodeDocs/PatternsAndPrinciples
The text was updated successfully, but these errors were encountered: