Best practices when starting a new project
@seangwright
seangwright
2018/02/06
or
How I
learned to
stop worrying
about
tabs vs spaces
and
love programming
again
From this▲to this▼
\.vscode\.settings.json
\.vscode\.extensions.json
'feat(notification.service): add display param'
'refactor(order models): rename couponId to couponCodeId'
Planning and consistency!
... because building things is hard enough already
or
package-lock.json
yarn.lock
ng set --global packageManager=yarn
Let's get into some code
(the weeds)
or
Now, let's look at code (if there's still time)