#then again this the exact error a cishet programmer would make
Explore tagged Tumblr posts
crimsoneveline · 4 months ago
Text
ok, so programming wise my read from my last sao post could still work:
look at these two statements
for the harassment code trigger
(yourGender === "male" AND otherGender !== "male") OR (yourGender === "female" AND otherGender !== "female")
2. checking if two players can get married
yourGender !== otherGender
Now if let's say the system couldn't properly detect yourGender and it would be either 'undefined' or NULL
then for you the first statement would be false, but for the second party it would be true if their yourGender value is either 'male' or 'female'
but at the same time the second statement would be true for you if the other persons 'otherGender' is set "correctly"
so with that thinking my read of "the system could not correctly determine kirito's gender" and "the system determines that Asuna and Kirito can get married" would both be true
6 notes · View notes