Are We Modules Yet?
61–70 of 94 posts
Re: Are We Modules Yet?
#62I feel that the site would benefit from a paragraph or two about what C++ Modules are and why devs should use them
You know any other language that uses the header/cpp split likes C/C++ do? This is C++es way of finally getting rid of them, akin to Swift or Rust.
Re: Are We Modules Yet?
#63Who all are doing the `arewe yet` Web sites, other than Rust and this C++ one?
It is a Mozilla culture thing that turned into a Rust thing, and yeah this is the first one I’ve seen outside of those two general communities so far. Here is my, uh, “favorite” https://arewereorganizedyet.com/
Re: Are We Modules Yet?
#64As a longtime C++ user, I'd sooner just upgrade to a better system programming language. C++ is a weird mess.
Which one would you recommend? My ideal C++ alternative would be something like Swift but faster.
Re: Are We Modules Yet?
#65As a longtime C++ user, I'd sooner just upgrade to a better system programming language. C++ is a weird mess.
C++ has long surpassed the point where mere mortals like me can understand it; It's so loaded with baggage, footguns, and inscrutable standards language that honestly I think the only thing keeping it going is institutional inertia and "backwards compatbility" (air quotes). I work extensively in the embedded space and unfortunately C and C++ are still pretty much the only viable languages. I can not wait until the da…
Re: Are We Modules Yet?
#66I've been working professionally with c++ since 2001, and I'm currently a team lead. The compensation packages we are able to offer to new hires means we're generally hiring from the middle of the talent pool, not the upper tier. The complexity of c++ has long since outpaced the pace of fluency of the hiring pool. In my experience, the average c++ professional (that applies for our open job ads) knows c++14, and migh…
You mention the average C++ programmer won't know the latest features, but if you did find an enthusiast who knew the latest features, you and the team probably wouldn't allow the use of those new features.
I can't imagine a more soul draining job than maintaining a corporate C++ codebase. Talk about doing the bare minimum.
Re: Are We Modules Yet?
#67Ha, there I was assuming this would be about JavaScript. Good to know we all have struggles.
Re: Are We Modules Yet?
#68As a longtime C++ user, I'd sooner just upgrade to a better system programming language. C++ is a weird mess.
C++ has long surpassed the point where mere mortals like me can understand it; It's so loaded with baggage, footguns, and inscrutable standards language that honestly I think the only thing keeping it going is institutional inertia and "backwards compatbility" (air quotes). I work extensively in the embedded space and unfortunately C and C++ are still pretty much the only viable languages. I can not wait until the da…
Re: Are We Modules Yet?
#69for the wizards where would be a good place to start for someone who did a python bootcamp but wants to learn C++ and contribute to some of these?
Re: Are We Modules Yet?
#70I've been working professionally with c++ since 2001, and I'm currently a team lead. The compensation packages we are able to offer to new hires means we're generally hiring from the middle of the talent pool, not the upper tier. The complexity of c++ has long since outpaced the pace of fluency of the hiring pool. In my experience, the average c++ professional (that applies for our open job ads) knows c++14, and migh…
It's a chicken and egg problem. You mention the average C++ programmer won't know the latest features, but if you did find an enthusiast who knew the latest features, you and the team probably wouldn't allow the use of those new features. I can't imagine a more soul draining job than maintaining a corporate C++ codebase. Talk about doing the bare minimum.
To me, that's anything web-related in Java/C#/Go/JS.