Code Comment o’ the Day

Found this little gem in some code I'm working with:

if admin?
logger.info("i'm admin lol")

lol indeed.

Popular posts from this blog

Lists and arrays in Dart

Converting Array to List in Scala

Null-aware operators in Dart