Initially taken by Niko Matsakis and lightly edited by Ryan Levick
- Introductions
- Cargo inside large build systems
- FFI
- Foundations and financial support
Disclaimer: This piece is written anonymously. The names of a few particular companies are mentioned, but as common examples only.
This is a short write-up on things that I wish I'd known and considered before joining a private company (aka startup, aka unicorn in some cases). I'm not trying to make the case that you should never join a private company, but the power imbalance between founder and employee is extreme, and that potential candidates would
| /** | |
| * Global Reset of all HTML Elements | |
| * | |
| * Resetting all of our HTML Elements ensures a smoother | |
| * visual transition between browsers. If you don't believe me, | |
| * try temporarily commenting out this block of code, then go | |
| * and look at Mozilla versus Safari, both good browsers with | |
| * a good implementation of CSS. The thing is, all browser CSS | |
| * defaults are different and at the end of the day if visual | |
| * consistency is what we're shooting for, then we need to |