What datatype should i use for the sex of my user...

What datatype should i use for the sex of my user? Should i use a boolean type for a column named "sex" or an Enum for a column named "Gender"?

isMale = false (female)
isMale = true (male)

Gender is binary.

enum, there are more than two genders sweaty :)

I willl discard your comment just because you had the audacity to call me sweaty '-'

enum Sex {
MALE,
FEMALE
};

Then why not a boolean in this case?

I'd use a 64-dimensional complex valued vector to be safe.

isMale / isFemale doesn't look clean.

Why not leave out all the gender nigger politics and just use neutral pronouns?
It doesn't favor a side and imo looks clean enough.

i always use "is_woman".

Attached: lololol.jpg (511x461, 101.81K)

/thread
fpbp

1 for male 0 for female

because men are no. 1?

Boolean

Sex and gender are different. If you're interested in both, you could have two bools-- is_male and is_man. Alternatively, you could use a 2 bit int-- 11 male man, 10 male woman, 01 female man, 00 female woman.

What even is this image?

if you just did the right thing and required her to use her father or husband's account you wouldn't have this problem

is_gents(gender)
And is_ladies(gender)
And is_mentally_ill(gender)

1 is phallic and 0 is a hole

enum Sex {
MALE,
FEMALE
// TODO: add rest later, i'm not a tranny
};

yes you are

Prefer not to say :^)

The less info I can give, the better. Fuck datamining.