mirror of
https://github.com/beefproject/beef
synced 2026-06-08 13:15:56 +00:00
ad25c49b2d
Using parameterized methods is better structured coding style rather
than defining multiple similarly-behaved methods.
annex_region('crimea') # good
vs.
annex_crimea # bad