Commit Graph

20 Commits (9fd6a8f9cf6b0b1804f11c96b69f4a526375a235)

Author SHA1 Message Date
Martin Hoffmann 9fd6a8f9cf Fix language. 8 years ago
Martin Hoffmann 618a65c337 Mention Option::take() as an alternative to mem::replace() 8 years ago
Andre Bogus 547ff18605 Adressed comments 8 years ago
Andre Bogus 31b282ad9f new idiom: mem::replace 8 years ago
Nick Cameron 3d748b1adc Merge pull request #25 from lfairy/option-list
Add "Treating Option like a list"
8 years ago
Chris Wong f3fe2d6f28 Iterating over an Option 8 years ago
Mikhail Trishchenkov 1bc8a36a2f Small title fix 8 years ago
Mikhail Trishchenkov 67685cddf0 Rename idiom 8 years ago
Mikhail Trishchenkov 9f85aad151 Fix review issues
Replace tabs with spaces, mention usage for borrowing, add disadvantage
(code indentation increase).
8 years ago
Mikhail Trishchenkov 72606ccfcb Clone to closure idiom 8 years ago
Nick Cameron 6ac851e718 Add the extensibility by privacy pattern
(And change the concatenation pattern to say something different about perf)
9 years ago
Nick Cameron c2cf5e6c1a Deref polymorphism anti-pattern 9 years ago
Nick Cameron a06ca32e70 Merge pull request #15 from liigo/patch-3
improve comment
9 years ago
liigo d4fa321a38 improve comment 9 years ago
liigo ea3aa4d310 fix compile error in comment 9 years ago
Steve Gury 5bc7f3a99c Fix a minor typo s/he/the/ 9 years ago
Nick Cameron 325b642a01 Added a few idioms and patterns - some are still WIP 9 years ago
Nick Cameron cf8479320a Add missing file for concatenating strings 9 years ago
Nick Cameron 65f12dcaab link ctor -> builder 9 years ago
Nick Cameron 248baabc14 Add the constructor idiom. 9 years ago