Why I Started Using “Poop” As Variable

Jason Kuehl
2 min readJan 15, 2021

--

Why I Started Using

Not very many are going to understand this unless they’ve worked at a startup or at a company that pushes their workers to get code working with very little testing.

The “poop” variable in coding is very funny and very real. I personally started using this out of anger and i know other programmers have done the same.

Several companies ago I was pushed to build something per customer expectations. So I did. I built the thing that was needed, and I handed out the URLs to our PM to let the customer review. I later came to find out that not only did the customer approve of it but also the PM just made it live without my permission and then told me that “you can’t do anything until a maintenance window.” At that point I was mad and there was a lot of back and forth on why they would hand overproof and the only response I got was “oh the customer needed it now, great work!”

Because of this, I started a new practice. When I’m testing, building, or requiring review of a new thing I’m building I’ll use testing-only, not-prod, not-ready-yet, and (my favorite to use at the very beginning) poop. Why poop you ask? Well, I was screwed several times when I was building a “test” or “preview.” It was called good enough and pushed into production without finishing the work that was needed. At this past company, this was very, very common to the point where I finally got mad and started using var.x = “poop” on everything.

--

--