[–] 10 points 2 years ago (2 children)

I think you missed the whole point of my comment 😂. Regardless, the time spent compiling a small snippet of code is completely negligible. In the end, both #if 0 and if (false) have their complimentary uses.

  • source
  • parent
  • context
  • [–] 18 points 2 years ago

    The problem is everyone disagrees on what part of C++ is good... Some like C+classes. Some like intense meta programming and some like functional programming and all are valid C++ that people advocate for.

  • source
  • [–] 6 points 2 years ago (5 children)

    API from a call that accepted integer values between 0 and 32767 (minimum and maximum wheel speeds) to one that accepted float values between 0.0 and 1.0.

    This would cause alarm bells to ring in my head for sure. If I did something like that I would make a new type that was definitely not implicitly castable to or from the old type. Definitely not a raw integer or float type.

  • source
  • parent
  • context
  • [–] 7 points 2 years ago

    Verkar inte som om vi är i närheten av att bli av med dessa jävla omställningarna. Spelar absolut ingen roll för min del om det blir sommartid eller vintertid bara det tar slut.

  • source
  • view more: next ›