Mattia Tommasone
@raibaz
RED
GREEN
REFACTOR
"the process of changing a software system in such a way that it does not alter the external behavior of the code yet improves its internal structure"
"What is technical debt?" Technical debt is hard to explain, but a picture is worth a thousand words. #programming #softwaredevelopment
https://twitter.com/Jedd_Ahyoung/status/826551935822077952
h2 {
font-size: 2em;
margin-bottom: 0.5em;
padding-bottom: 0.5em;
border-bottom: 1px solid #ccc;
}
.no-border {
padding-bottom: 0;
border-bottom: none;
}
h2 {
font-size: 2em;
margin-bottom: 0.5em;
}
.headline {
padding-bottom: 0.5em;
border-bottom: 1px solid #ccc;
}
height: 37px;
line-height: 1.2em;
width: .7345rem;
border-top: .1875em solid purple;
ul.nav li.active a {}
.content ul.features a.button {} //Do you know BEM?
header {}
h2 {}
.btn {}
.header .btn,
.header .btn:hover {}
.sidebar .btn {}
.modal .btn {}
.page aside .btn {}
nav .btn {}
all: initial;
http://caniuse.com/#feat=css-all
!!!!!
shame.(s)css
Credits: https://csswizardry.com/2013/04/shame-css/
git blame shame.scss