Drupal, Tulips, and a Beer Snake: My First Journey to MidCamp | Herchel.com

This was my very first time to MidCamp, and my first time to Chicago since DrupalCon in 2011.

@mherchel sounds like a great time.. i've had that pet peeve of twig debug being buried so many times.. half of the time devs end up committing the modified services file as well and we end up with twig debug on prod if no one notices it.. and boom, another deployment to revert.. so yes by all means, putting that in the config somewhere sounds amazing!
@rolandoscott Yeah, the plan is to add it to the state table, so it can't ever make it to config. We'll also add a notice on the admin reports page to let people know if it's enabled.
@rolandoscott Also, what I typically do is create a `custom-development.services.yml` and commit that. Then in my settings.local.php point it to that. It's definitely unnecessarily complicated though