sm

Tagged "Programming"

  1. in Articles
    Normalizing data is a good idea
    By transforming your data into a consistent structure, you can reduce the complexity of your code
  2. in Articles
    Timeboxing types
    In order to maximize the value of types and your time, consider timeboxing the amount of time that you spend writing any given type
  3. in Articles
    Quality requires iteration
    You're not going to write the perfect program on your first attempt; it's going to take multiple iterations to arrive at the best solution
  4. in Articles
    Before You Debug
    An organized approach to debugging your code
  5. in Articles
    Store readable data
    When forced between storing data for humans or computers, choose the former.
  6. in Articles
    "Stop Teaching Code" in JavaScript
    A quick review of Jeff Olson's article on teaching code with translated examples
  7. in Articles
    Edit a previous commit message
    The steps to edit recent or ancient commit messages
  8. in Articles
    Arguments or parameters?
    An attempt to remember the difference between the two