Hacker News new | ask | show | jobs
by rb808 2382 days ago
My advice is you should be getting to know your system well before writing code. Look over as many parts of the codebase you can, run unit tests and see how they're all written and put together. Hopefully then you can write in a similar style.

Also I've heard at FANG companies the first few months code reviews will get hammered to make sure people get in line. I'm not sure how accurate that is.