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
Post a Comment