-
Notifications
You must be signed in to change notification settings - Fork 9
Standards and Conventions
mheiniger edited this page Dec 4, 2014
·
1 revision
Below are a few conventions and standards on top of the automatic build script that validates the code
Using the @ in front of functions.
The @ is used in front of function calls to suppress error messages that are caused by that function call. There are times when this is necessary when the root of the error is not found in the logic of the component. If this is the case, please thoroughly explain the need for adding the @ in a comment.