ArkScript-lang / Ark

ArkScript is a small, fast, functional and scripting language for C++ projects
https://arkscript-lang.dev/
Mozilla Public License 2.0
587 stars 44 forks source link

Write C++ the right way #415

Open SuperFola opened 1 year ago

SuperFola commented 1 year ago

Is your feature request related to a problem?

If you are developing blindly, without any tool guidance, you are doing C++ wrong. Think of these tools like a backup camera in your car. Certainly you can back up without a camera, but having one gives you a second set of eyes, deeper into the action than is possible with your human eyes. https://github.com/lefticus/cpp_weekly/issues/175

Describe the solution you would like

Implement as much as possible from this list: https://github.com/lefticus/cpp_weekly/issues/175

Is it a big modification to the language? Leave it if you don't know

SuperFola commented 1 year ago

This can be broken in multiple PRs as it can represent a huge amount of work.