C++ Moment - Lemmy.World

Python: So you used spaces and tabs for indentation? NOW DIE!
Mixing spaces and tabs should be a warcrime.

Find me anyone who claims they use tabs for indentation, and I bet Iโ€™ll find at least one case where theyโ€™re using both tabs and spaces.

The only safe way to avoid war crimes is to avoid tabs.

Donโ€™t IDEs just replace any tab with 4 spaces anyways? Pretty sure VSCode does

I    donโ€™t    use    an    ide,    but    I    wrote    a    script    that    replaces    any    space    I    type    with    four.

I    havenโ€™t    worked    out    all    the    use    cases    yet,    though.