abseil

Korean renderings of the Tip of the Week series that Google circulated internally for its C++ library Abseil . Each post covers one tip, keeping the original code examples and rewriting the prose in Korean.

Recurring themes:

  • How to take a string parameter — const char* vs const std::string& vs absl::string_view
  • Ownership and lifetime — unique_ptr, return values and references, reference lifetime extension
  • When temporaries, moves and copies actually happen
  • Notation choices such as enum class and raw string literals
  • When a test fixture earns its place, and how data flows through one

The originals live at abseil.io/tips .

0 pages

No content

Back to home