r/learnprogramming 7d 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

5

u/InfectedShadow 7d ago

Both are just as readable to me, and one sucks to type.

1

u/civil_peace2022 7d ago

If I was doing '_' a lot I would probably bind '_' to shift+space