Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
C++ is an interesting language for web development: hyperfast but prone to failing suddenly unless you have rock solid programming skills and use profilers/analysers extensively. But when it works, oh man. Shovels data around and generates files at insane speeds.
-
@RememberMe C++11/14 introduced some great features for keeping the gun away from your feet. Its still an expert-friendly language.
-
@Hastouki yup, agreed. I use C++ 11/14 almost every day, foot-shooting has definitely decreased. Which is why I consider it viable for things like web programming.
Even with the new features it's always a good idea to run them analysers, though. You never know. -
@RememberMe I run either perf or Mac instruments over my code fairly regularly. Also love the clang static analysis tools.
-
Clang static analysis <3
Also check out PVS Studio and Valgrind (you probably know them already, but eh).
Related Rants
Just made a program using C++ which will allow you to build HTML pages. Feeling Stupid :/
rant
c++
stupid
web
programmer
html5
html