|
|
|
|
|
by yagni_dev
1226 days ago
|
|
>But as more and more engineers joined us, some shortcomings of C++ came to bite us: unreadable coding style, memory leak, segmentation fault, and more. - Seasoned devs but they never heard of clang tidy/format
- Memory leaks on a new db codebase where each component should have clear ownership of data or pass to the next pipeline/stage - you dont even need smart poirters here, just a half decent design.
- I am not even going to mention sanitizers, probably rocket science for them |
|