Closed danielenricocahall closed 4 years ago
Edited to comply with PEP8 Styling Guidelines (as requested in https://github.com/btwael/superstring.py/issues/3), and refactored certain code to be more "pythonic" and follow typical Python programming patterns (i.e; https://docs.quantifiedcode.com/python-anti-patterns/). Some of the changes include:
if not
So sorry everyone for this late reply, thank you @danielenricocahall for you contribution, @shane-kerr and @yoptar for the reviews, and @im-n1 for the issue (#3).
Edited to comply with PEP8 Styling Guidelines (as requested in https://github.com/btwael/superstring.py/issues/3), and refactored certain code to be more "pythonic" and follow typical Python programming patterns (i.e; https://docs.quantifiedcode.com/python-anti-patterns/). Some of the changes include:
if not
rather than equality with None