|
|
|
|
|
by aforwardslash
935 days ago
|
|
Im a big fan of using the same os/arch for dev and production - this avoids a shit ton of subtle errors, specially on compiled languages. Many companies seem to push mac laptops for dev, but their prod systems where your code will run, run on amd64; this actually tells a lot about a company, engineering-wise, if your job isnt developing with interpreted languages. |
|