show/hide this revision's text 2 Bold first sentence

Huge code blocks in switch cases statements. Move code to separate functions. Consider using functions a function table (dictionary)dictionary).

    Post Made Community Wiki by Community
show/hide this revision's text 1

Huge code blocks in switch cases.

Move code to separate functions. Consider using functions table (dictionary)