Employee Handbook for HackerBay, Inc.
console.log is a very bad idea. Never push this in. If you’re using this for debugging - please stop doing that and use a standard debugger instead.SVG for icons because it scales really really well. Never use PNG, GIF, JPEGS.feature-signupbug-signup.FunctionName: One quick sentence of what this function does.
Parameters:
<Param1> | <Type> | <One quick sentence on what this param does>
<Param2> | <Type> | <One quick sentence on what this param does>
<ParamN> | <Type> | <One quick sentence on what this param does>
Returns:
What does this function returns, If this function is a promise. Then say what the it returns when the promise resolves and what it returns when the promise rejects.
ClassName: One quick sentence of what this class does.