|
|
|
|
|
by glimcat
4467 days ago
|
|
Almost every time I've done this, that pattern means "I really shouldn't be doing it this way, but we'll do it this way for now because getting it done is more important. Improve it if emergent bugs or profiler results ever indicate it's worth messing with again, but I'll probably get back to it never." It's not a TODO or a BUG, but it's helpful to make note of for future code review or reuse. |
|