mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +02:00
[GH-ISSUE #81] Save a page by removing WhereToSlideTable #251
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pkali on GitHub (May 28, 2022).
Original GitHub issue: https://github.com/pkali/scorch_src/issues/81
WhereToSlideTable is almost empty and can be replaced by a few "if's". Do this only when memory is really tight.
@Pecusx commented on GitHub (May 28, 2022):
After a quick analysis...
In my opinion a "few" "if's" will be longer than the table. Simply - there must be many more "if's".
Table is more elegant and simple to correct/change.
@pkali commented on GitHub (Jun 5, 2022):
ok, I agree. when we are really tight I might revisit.