Viewing profile — s3rvac
s3rvac
HN member- Joined
- Fri, Sep 02, 2016, 1:39 PM UTC
- HN karma
- 45
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About s3rvac
Software developer. Open source, C, C++, Python, Rust, Linux, Vim, clean code and TDD enthusiast.
Recent public activity
- story
- story
- story
- story
- story
-
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.
-
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…