DEV Community

What do you dislike about your favorite programming language/other tool?

Top comments (1)

Collapse
 
mortoray profile image
edA‑qa mort‑ora‑y

I really dislike that no language other than C and C++ has a preprocessor. I end up writing a lot of redundant code in Python, C#, Java, etc.

Preprocessors can clean up code significantly, reducing errors and maintained costs.

One such situation is for message dispatching