algorithm - What is your favorite phrase, saying, or quote expressed as code? -


do not explicitly state saying, in comments or otherwise. code should express itself!

for example:

for (person person : people) {     if (!housetypeenum.glass_house.equals(person.getresidence().gethousetype())){         throw new stonesexception();     } } 

this simple expression compact know...

2b || !2b 

or regex

/(bb|[^b]{2})/ 

Comments

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -