Add antipatterns repo
This commit is contained in:
18
antipatterns/README.md
Normal file
18
antipatterns/README.md
Normal file
@@ -0,0 +1,18 @@
|
||||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
# Table of Contents
|
||||
|
||||
- [Antipatterns](#antipatterns)
|
||||
|
||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||
|
||||
Antipatterns
|
||||
============
|
||||
|
||||
This is a list of antipatterns.
|
||||
|
||||
* [Code antipatterns](./code-antipatterns.md)
|
||||
* [Python antipatterns](./python-antipatterns.md)
|
||||
* [SQLAlchemy antipatterns](./sqlalchemy-antipatterns.md)
|
||||
* [Error handling antipatterns](./error-handling-antipatterns.md)
|
||||
* [Tests antipatterns](./tests-antipatterns.md)
|
||||
Reference in New Issue
Block a user