Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The parent comment is quite clear:

> Why do I have to be familiar with all those weird symbols just to do a trivial thing ?

And my answer demonstrates that you do not have to.



> And my answer demonstrates that you do not have to

Then again - "where does that `to_enum_string` come from exactly?".


A library that you install via vcpkg or conan.

How many libraries do you read the source code after installing them with the package manager?


So it is NOT built-in and the code example shown above is dishonest - @SuperV1234 compares how "lean" two languages are but conveniently hides half of the code in their preferred language to make it seem simpler that it actually is, as otherwise it would look bad in the comparison!


Reflection is built in, the support is there, anyone can make a left pad out such simple snippet.


> Reflection is built in

Can you quote the C++ standard section that specifically talks about the `to_enum_string` function?


Some people like to really be obtuse on purpose.

It is on the same place as left pad on ECMA 262.


The comparison was about `to_enum_string` example, so I'm asking for exactly that! You can't just make up different rules, that's not how comparisons work!


Typical C++ dev schizophrenia. In one thread complain about Node and its death-by-a-thousand-packages, then suggest the same in another.


Don't put assumptions in others heads.

First of all, the only correct way to use package managers is with validated internal repos, don't vibe install, that goes for node, and goes for C++ as well.

Second this thread was all about how code lands in one's computer.


Package? We're suggesting to copy paste 5 lines and stick them into a header.


You can press 'parent' button my comment.


Header files are libraries as well.


  #include "to_enum_string.h"
You don't have to understand it to use it. Even then, it's not that hard to understand, it just looks unfamiliar.


So finally, it's NOT built-in, and the parent comment was showing that in other languages - it IS built-in. So your code example is NOT correct and comparison is NOT correct, because you just hid the most important part of it, which is the implementation, that the user has to either: a) write themselves, b) find somewhere on the Internet.


So? The original argument was about the "ugly" syntax that the user didn't want to interact with nor read. I proved that there's no need to do so to consume reflection utils.


XD.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: