|
|
|
|
|
by SkiFire13
136 days ago
|
|
This doesn't really agree with this OP statement: > The programmer should rather prescribe intent and shouldn't constantly think about what size this should exactly have. You still have to constantly think about size! Except now you have to think about _minimum_ size, and possibly use a too big data type because the correctly sized one for your platform had a guaranteed minimum size that's too small for what you want to do. |
|