All Questions
Tagged with source-code delphi
1 question
9
votes
4
answers
1k
views
Is integer used too much as a data type?
Do most application developers use signed integers in places where they really mean to use unsigned integers? I do it all the time, so do my co-workers. I haven't seen a lot of other extensive ...