rogotsky / kmu-filters

0 stars 0 forks source link

Naming #4

Open VadSiam opened 5 years ago

VadSiam commented 5 years ago

https://github.com/rogotsky/kmu-filters/blob/87cdc835753a2d8cd6520c66e3e8555c7e95ad81/src/components/Posts/Post.js#L5

  1. It's not clear dd mm and yyyy, use smart naming like date, month, year
  2. Use const (not let) everything when it possible
rogotsky commented 5 years ago

@VadSiam Fixed