GitXplorerGitXplorer
s

python-code-disasters

public
156 stars
57 forks
2 issues

Commits

List of commits on branch master.
Verified
675df1cf133bc85f92e4be3611fa16b30440e538

Delete .github/FUNDING.yml

ssobolevn committed a year ago
Verified
7ee1a75ca469f8835049bbb28ae6e91d76bfe8e4

Add more disaster (#14)

MManOfFog committed 5 years ago
Verified
e9f8372281c3648e7518946720f3613137218eab

Create FUNDING.yml

ssobolevn committed 5 years ago
Verified
ae2e1e0d44343bd0a6883eaebbb37dc0dfe92678

Merge pull request #12 from lk-geimfari/patch-2

ssobolevn committed 5 years ago
Verified
c949aa921135c612ce8a0b87297110d5ca15299b

Add check_ip

llk-geimfari committed 5 years ago
Verified
1552cd1d8e51dcfe3d16ff4d155b0083b9807aaa

Merge pull request #11 from fish2000/patch-1

ssobolevn committed 5 years ago

README

The README file for this repository.

python-code-disasters

What is it all about?

I am, due to my work, seeing a lot of code written by other developers. Sometimes this code is so bad, that it is worth showing to the outer world.

Privacy is very important. There are two things basically:

  1. Refactor your code to remove anything, that might violate any security requirements, corporate rules or license agreements.
  2. It is not a goal of this project to insult or offend anyone, so, please, remove any brand-names, user marks, __author__ variables and so on.

Save yourself!

Do you want to save yourself and your project from a python code disaster? Then use wemake-python-styleguide which is the strictest python linter in existance. With this tool all your code will be awesome!

Contributing

Feel free to contribute. Before contributing, please, double check the Privacy section. Refactor your code to remove as much as you can to leave just the most valuable parts. I think that submitting a broken code is not an issue for this project. Moreover, formatting the code is also not required. Sometimes it is even better to leave it's formation untouched.

It is generally a good practice to read through your old files and contribute your own code.

It is still not clear to me, how to structure this project.

Keywords

Pythod bad code examples, Python antipatterns