←back to thread

611 points LorenDB | 1 comments | | HN request time: 0.204s | source
Show context
TinkersW ◴[] No.43913524[source]
Dunno about this, the example C++ code is so obviously bad that I had no desire to watch the video.

Creating strong types for currency seems like common sense, and isn't hard to do. Even the Rust code shouldn't be using basic types.

replies(1): >>43913785 #
1. jk3000 ◴[] No.43913785[source]
Somehow this is the pattern when comparing C++ to Rust: write outrageously bad C++ in the first place, then complain about it.