7

The moment I forgot media queries

Comments
  • 4
    And the moment you forgot to intendend.
    And the moment you forgot not to use hardcoded querys in your code.
    And the moment you forgot to use magic ints.
  • 0
    @plusgut what are magic ints
    **I'm a still student
  • 2
    @BurningSatan magic ints are number constants you use in your code. You should define them in a dedicated file or at the top of yourcode.
  • 0
    You should also cache your selectors 🙂
Add Comment