issues
search
sgb-io
/
sweary-linus
A learning exercise about programming languages and styles, featuring sweary wizard-man Linus Torvalds.
8
stars
0
forks
source link
Improve python
#23
Open
sgb-io
opened
6 years ago
sgb-io
commented
6 years ago
Don't
strip_non_alphanumeric
3 times for every word lol (use a classical loop)
Probably rename that method, as it's explicltly letters only
Address comments in
https://github.com/sgb-io/sweary-linus/pull/22
Connect a linter and address any bad practices
strip_non_alphanumeric
3 times for every word lol (use a classical loop)