L3P3 / lui

Tiny, robust web framework in my taste.

Home Page:https://l3p3.de/dok/lui.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alias null

L3P3 opened this issue · comments

commented

Benchmark showed 2 things:

IS

If something is optional, explicit comparision to null is already used almost everywhere.
At any location null is used, it is used by its native name.

SHOULD

null should be cached in a global constant and that constant should be used everywhere instead.