top | item 40035339

(no title)

pubby | 1 year ago

I mean it depends on the project and scope, but if you just write C-style code but use unique_ptr, vector, string, and <algorithm>, you're already at an advantage.

discuss

order

roeles|1 year ago

I would recommend replacing macros with constexpr to allow type checking.

hnthrowaway0328|1 year ago

Yeah and auto. Unique pointers really make one think about ownership.