Git Blame

9999px engineering

🦆 0.0
CSS
.wrapper {
  width: 9999px;
  position: absolute;
}
0 comments 0 corrections
View →

Object comparison optimism

🦆 0.0
Java
if (role == "ADMIN") {
}
0 comments 0 corrections
View →

Everything is global

🦆 0.0
JavaScript
var user;
var config;
var state;
0 comments 0 corrections
View →