27
loading...
This website collects cookies to deliver better user experience
Choosing good names takes time but saves more than it takes.
var d; //does not reveal anything
var daysSinceCreation; // clearly reveals what it stores
var isModalOpen; // depicts the variable is a boolean
const getUserID; // denotes a function or task
AccountList
unless it is a list.isAccountInformationOfUserRequired
and
isAccountInformationOfAdminRequired
.Any fool can write code a computer can understand, but it takes a good programmer to write code that humans can understand.