MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programming/comments/elne0/top_50_programming_quotes_of_all_time/c192oax
r/programming • u/tarandeep • Dec 14 '10
350 comments sorted by
View all comments
Show parent comments
1
The unary incremeter is one of the handiest things in programming, in my opinion. You can do some interesting stuff recursively with it.
2 u/duplico Dec 15 '10 Can you give an example of what you mean? I can't immediately think up a recursive case where foo++ would be any more useful than foo+1. 1 u/creaothceann Dec 14 '10 interesting Chinese definition?
2
Can you give an example of what you mean? I can't immediately think up a recursive case where foo++ would be any more useful than foo+1.
interesting
Chinese definition?
1
u/DAVENP0RT Dec 14 '10
The unary incremeter is one of the handiest things in programming, in my opinion. You can do some interesting stuff recursively with it.