- lack of easy API, ie: std::find vs. .contains, etc
- verbose in places it shouldn't be, succinct in places it shouldn't be
- Performance benefits neglagiable
- Foot guns everywhere
C# has it's issues too, but I'm so much more productive in it.
- lack of easy API, ie: std::find vs. .contains, etc
- verbose in places it shouldn't be, succinct in places it shouldn't be
- Performance benefits neglagiable
- Foot guns everywhere
C# has it's issues too, but I'm so much more productive in it.
- cryptic as fuck error messages
- undebuggable types
- linker issues
- copy by default
- cryptic syntax (though c# headed this way)
- have to write much more code for same transformation
- how many string classes do you need already?
- cryptic as fuck error messages
- undebuggable types
- linker issues
- copy by default
- cryptic syntax (though c# headed this way)
- have to write much more code for same transformation
- how many string classes do you need already?