professional-programming/antipatterns/README.md

18 lines
601 B
Markdown
Raw Normal View History

2020-07-21 09:02:44 +02:00
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
2020-07-21 09:37:15 +02:00
## Table of Contents
2020-07-21 09:02:44 +02:00
- [Antipatterns](#antipatterns)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
2020-07-21 09:14:24 +02:00
# Antipatterns
2020-07-21 09:02:44 +02:00
This is a list of antipatterns.
2020-07-21 09:14:24 +02:00
- [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)