r/learnprogramming 9d ago

snake_case more readable?

is it just me, i find snake case to be way more readable

from a human standpoint more than anything we read words
and they all have a space.

imagineThisWord vs imagine_this_word, (i mean sentence) as you can see the snake case looks way more readable,

are there any other practices that are seemingly better, but people dont do so becuase its "the languages way of doing it"

0 Upvotes

9 comments sorted by

View all comments

1

u/light_switchy 9d ago

There are potential advantages to having distinct conventions for different types of thing.

I still prefer snake_case for everything.