Hacker News new | ask | show | jobs
by onorton 2018 days ago
To add to the sibling comments, you should avoid this scenario in the first place by hiding things behind feature flags that only apply in dev.

Request 1 can go in fine on its own and reviewed separately

Request 2 can be added feature flagged.

Requests 3 and 4 would remove the respective flags for the scaffolding.

1 comments

What about structural stuff that just can't be hidden behind a feature flag?

What do people do in those scenarios?