Notes
  • Welcome
  • All
  • Byte Bites
    • What happens in the mind's eye
    • Be a thermostat, not a thermometer
    • Software Development Waste
    • Better Conversations
    • How to decide
    • Effective delegation
    • Important Statistical Ideas of Past 50 years
    • 9 Lines with all of Physics
    • Akin's Laws of Spacecraft Design
    • Harry Browne's 17 Golden Rules of Financial Safety
    • Code lifecycle
    • Experts vs Imitators
    • Giving feedback
    • Technical Documentation Authoring
  • Notes
    • Programming - General
      • A short guide to hard problems
      • Another way to put it
      • Practices for debugging
    • TensorFlow
    • Programming Languages
      • Bash
      • JS and Node.js
      • Regex
      • Python
    • Git/GitHub
    • Browsers
    • Blogs
    • Nginx + Docker + Let'sEncrypt on Ubuntu
    • Google Cloud
    • Docker and Kubernetes
    • Databases
    • Website Testing Tools
    • Design Resources
    • Trusted Services
  • Generative AI Universe
    • Taking Flight with AI Agents
  • Community
    • Speaking and writing Tips
  • Social
    • Books
    • Explore
  • Help me!
Powered by GitBook
On this page

Was this helpful?

  1. Notes
  2. Programming - General

Practices for debugging

Not products or tools

  • Environment

    • ENV variables

    • API connections

    • Browser version

    • Programming language version

    • OS version

  • Data

    • Values in database

    • Migrations on the data

    • Missing values in data

    • Incorrect data types

  • Code

    • Working vs non working commit

    • Correct function calls

    • Function defaults and constants

    • Call stack/error stack

PreviousAnother way to put itNextTensorFlow

Last updated 1 year ago

Was this helpful?