Changes
Page history
Typoooooo
authored
Mar 04, 2015
by
Eiyeron Fulmincendii
Hide whitespace changes
Inline
Side-by-side
programming-style.markdown
View page @
674073fe
#Programming Style
#
Programming Style
> Here's what I could understand from Kristaba's habits ~Eiyeron
FiXos seems based on snake_case, which means that only lower case is used and underscores (
`_`
) are used to separate words in variable/function/files names.
...
...
...
...