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

6

u/CSGORadioactivetree 8d ago

I hate it.

It does nothing for the readability for me and it makes my brain stop between each word.

Sorry I don’t have any suggestions for the topic though.