Remix.run Logo
Abekkus 8 hours ago

I could imagine a team that needed it, but most professional programming work does not require this level of memorization, I'd have to see the job description to know which side to take in this argument.

kardianos 6 hours ago | parent [-]

If you don't know that a 32-bit integer is 4 bytes... No. I personally would not want to hire you or have you on my team.

do_not_redeem 5 hours ago | parent [-]

In C# it's not called `i32`, it's called `int`.

Also don't forget in C#, `decimal` is a primitive type too. How many bytes does a decimal take up? If I had to look that up, would you fire me?