Category Archives: Today I Learned

Today I Learned: Const All The Things

Welcome to a new column I plan on making semi-day (possibly weekly?), providing I get the chance to.

Today I Learned: Const.

Const all the things. Const the variables, const the function, const the members in the function,  const even if you want to modify the data later until you get to the point you need to modify data and work backwards because plans tend to change.

CONST