Live data from Hacker News

Viewing profile — s3rvac

s3rvac

HN member
Joined
Fri, Sep 02, 2016, 1:39 PM UTC
HN karma
45
Public activity
7 items

About s3rvac

Software developer. Open source, C, C++, Python, Rust, Linux, Vim, clean code and TDD enthusiast.

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. story
  6. comment
    Comment #12414190

    I have improved the example in the article to make the code less confusing. Now, a value is assigned to each element in the range and there is no function call.

  7. comment
    Comment #12413013

    Using const auto& over const auto makes your code more robust. For example, what if you later decide to change the type of items in the vector from ints to something that is more e…