Content
@
0 reply
0 recast
2 reactions
Connor McCormick ☀️
@nor
Long descriptive variable names or short concise names?
12 replies
1 recast
8 reactions
Gabriel Ayuso
@gabrielayuso.eth
Depends on the language's best practices, how the variable is defined and its scope. Example: _START_DATE_YYYYMMDD = "20231020" d := GetFormatedDate("YYYYMMDD") bool IsUserBirthdate(std::string date) {} func set_birthdate(str_date) {}
0 reply
0 recast
0 reaction