Automatic device detection will not work if "Developer Mode" isn't enabled

I just installed the /e/ Easy Installer in order to check it out. It looks pretty neat so far, nice job. There was just one thing I stumbled across immediately. The phrase:

Automatic device detection will not work if "Developer Mode" isn't enabled.

contains a double negative. It is the same when software developers do something like this:

if (! not_enabled) { ... }

instead of

if (enabled) { ... }

Always gives me headaches :wink: Why not rephrase the sentence to:

Automatic device detection will only work if "Developer Mode" is enabled.

RenΓ©

4 Likes