buckyroberts / Turtle

Python reverse shell.
292 stars 148 forks source link

use OOP in order to avoid using global variables #10

Closed N-faycal closed 8 years ago

N-faycal commented 8 years ago

Global constants are OK but global variables aren't. Simply put, they cause functions to have hidden side-effects. See http://c2.com/cgi/wiki?GlobalVariablesAreBad