PPlamenu
HomeTrendingLive feedsPeopleGroupsRulesStaff
Sign in
PPlamenu
HomeTrendingLive feedsPeopleGroupsRulesStaff
Sign in

posted in Technology

lemmydividebyzero@lemmydividebyzero@reddthat.com
⁨20⁩d

Name before type: why 'age int' is better than 'int age'

benhoyt.com/writings/name-before-type/
benhoyt.comName before type: why 'age int' is better than 'int age'A variable's name is more important than its type, so the name should be more prominent and come first in declarations.
101035
Open original page
BoostsQuotesFavs
∟⊔⊤∦∣≶@luthis@lemmy.nz
⁨20⁩d

Replying to @⁨lemmydividebyzero@reddthat.com⁩

Hard disagree. Is that a joke? Type is far More important than name. Just ask the compiler.

7000
Open original page
BoostsQuotesFavs
chrash0@chrash0@lemmy.world
⁨20⁩d

Replying to @⁨luthis@lemmy.nz⁩

a lot of modern languages explicitly disagree, eg Kotlin and Rust

2000
Open original page
BoostsQuotesFavs
Zykino@Zykino@programming.dev
⁨20⁩d

Replying to @⁨chrash0@lemmy.world⁩

let foo : String;

In rust the variable name is before its type (which can be omitted if the compiler can infer it).

⁨Jul⁩ ⁨26⁩, ⁨2026⁩, ⁨07:27⁩en
0000
Open original page
BoostsQuotesFavs