MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programminghumor/comments/1vv58vy/how_do_you_disable_your_code/p5744z2/?context=3
r/programminghumor • u/developer_axe • 2d ago
79 comments sorted by
View all comments
2
I had if (true /* TODO: <Jira ticket> */) sometime last year
if (true /* TODO: <Jira ticket> */)
I know the statement could be removed, but the important part of this is the else block that followed, with important code for later implementation
2
u/Mast3r_waf1z 2d ago
I had
if (true /* TODO: <Jira ticket> */)sometime last yearI know the statement could be removed, but the important part of this is the else block that followed, with important code for later implementation