Read, learn and follow the coding standards
We need:
Read, learn and follow the coding standards
Install the VG coding standard setup for your editor:
It does not exist, you say?
Create it!
Document your code.
ALWAYS.
Your code should NOT trigger errors, warnings or notices under normal operations
Your code SHOULD trigger errors, warnings or notices
under normal operations
Know if you're coding for speed or redundancy.
At VG it typically is BOTH.
After launch, use Splunk and New Relic
with intent and with a plan.
NEVER stop assuming you code will fail/be buggy
Position yourself to be the first to know
when the shit hits the fan
Someone says "Your site is down!"
You say A) "Which site? What's wrong?! Yelp!"
or B) "Already working on it, kthxbye."
Use splunk alerts, daily or instant
Be curious.
Never stop to challenge yourself.
It is human to stagnate - so don't.
In 1995 the head of the R&D department I worked for had the opinion that C was the language of the future (coming from Cobol). We (recently graduated) tried to persuade him to switch to C++.
He was "old" (40+), and had stagnated.
Don't become that guy.
Care.
A good definition of "Result", is:
Result = Competence * Effort
Without Competence you get nothing of value.
Without effort you get nothing of value.
Your code is your legacy.
It is what YOU will be remembered for.
So, follow the rules and tips. :-)