top | item 43673905

(no title)

qw | 10 months ago

I often prefer enums over booleans for this. It seems more readable for most cases, and can be extended with new values.

This:

    isRegistered: true
could be replaced with

    accountStatus: "UNREGISTRED"

discuss

order

No comments yet.