in reply to Re: In base 1, the number after 0 is:
in thread In base 1, the number after 0 is:
In terms of database design, class design, and many other programming tasks, it is often useful to restrict your concept of numbers to there being only three numbers:
For example: never design a database that can store two e-mail addresses for a contact. It should store none, one, or many. Now, your interface might restrict people to entering a "sensible" number of e-mail addresses like two, or six, or ten, but the database design should stick with none, one, or many.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: In base 1, the number after 0 is:
by chacham (Prior) on May 02, 2014 at 16:21 UTC | |
by tobyink (Canon) on May 06, 2014 at 14:08 UTC | |
by chacham (Prior) on May 06, 2014 at 14:49 UTC |