Skip to main content

Timeline for Tips for golfing in Java

Current License: CC BY-SA 3.0

4 events
when toggle format what by license comment
Feb 17, 2018 at 16:55 comment added Paŭlo Ebermann Basically, works for anything which can't be part of an identifier (i.e. non-letter and non-digit).
Sep 21, 2017 at 14:09 comment added Kevin Cruijssen Same applies to number signs, like return-n; instead of return -n; or return~n; instead of return ~n;. As well as single instead of double quotes: return'A';
Dec 15, 2015 at 12:24 history edited Addison Crump CC BY-SA 3.0
added 7 characters in body
Dec 15, 2015 at 12:09 history answered Addison Crump CC BY-SA 3.0