wosrediinanatour

joined 1 year ago
[–] [email protected] 1 points 5 months ago (1 children)

@5C5C5C @SuperFola You don't have to fix C++. Just use the appropriate level of abstraction. Else be happy that there is backward compatibility.

[–] [email protected] 2 points 9 months ago (1 children)

@BatmanAoD @Miaou It is just what you are used to.
In C++ everything is a copy. Sometimes the compiler optimizes it away. clang-tidy may help. Having a clone() is very C-like.

[–] [email protected] 6 points 1 year ago (2 children)

@lysdexic TMUX & VIM & clangd & vim-ale & fzf.vim

[–] [email protected] 1 points 1 year ago

@lysdexic @leviosa It's always the same with "new" build systems: people think that a new language will make things much easier. But for complex build systems, they then realize how difficult such systems are, which cannot be hidden.
And about the syntax: that's not important.