We're a place where coders share, stay up-to-date and grow their careers.
How is var $d; //elapsed time in days clear code and var $elapsedTimeInDays; bad code?
var $d; //elapsed time in days
var $elapsedTimeInDays;
Thank you for pointing, you are correct its other way round. 😅
How is
var $d; //elapsed time in days
clear code andvar $elapsedTimeInDays;
bad code?Thank you for pointing, you are correct its other way round. 😅