Hacker News new | ask | show | jobs
by voidlogic 4729 days ago
Try this:

  1. Step One Goes Here
  2. Step Two Goes Here
  3. Step Three Goes Here
vs

Step One Goes Here|Step Two Goes Here|Step Three Goes Here

2 comments

No, a proper example would be this:

  1. Step One Goes Here
  2. Step Two Goes Here
  3. Step Three Goes Here
vs

  Steps (One, Two, Three)
What you show is what golfing does to readable code, and has nothing to do with the comment of the GP.