Here are
19 public repositories
matching this topic...
Guidance on how to observe, measure, and correct common issues in a cloud-based system.
React patterns & techniques to use in development for React Developer ⚛ .
Detection of design principle violations in Kotlin as a plugin to detekt.
-
Updated
Jul 13, 2021
-
HTML
📞 Disable ActiveRecord callbacks in Rails for great justice!
-
Updated
Aug 31, 2014
-
Ruby
A GitHub action to perform Dart Code Metrics checks automatically
-
Updated
Sep 15, 2021
-
Dart
Learn Microservices with Spring Boot (2nd edition) - Chapter 6
RefGen Plug-in for automatic refactoring
-
Updated
May 14, 2020
-
Java
Catalogue pages of anti-patterns (common bad practices) in software project management and processes
-
Updated
May 31, 2021
-
Java
Tools for detecting and removing anti-patterns in Travis CI specification (.travis.yml) files.
-
Updated
Jul 5, 2019
-
Python
A collection of SQL Anti-Patterns
-
Updated
Jul 27, 2020
-
TSQL
Learning what to do in Julia by learning what not to do in Julia
-
Updated
Nov 25, 2017
-
Ruby
very basic, very insecure login system
-
Updated
Apr 3, 2016
-
JavaScript
They say creating god objects is an anti-pattern - so I decided to create mine to get it out of my chest once and for all.
-
Updated
Feb 26, 2017
-
Java
🏭 Design patterns implemented in Java.
-
Updated
Dec 11, 2017
-
Java
Detecting Exception-Handling Anti-Patterns and Finding their correlation with Post-Release Defects
Online version of Paprika.
-
Updated
Jun 30, 2017
-
Java
Store bound methods inside their own instances
-
Updated
Sep 8, 2018
-
JavaScript
Improve this page
Add a description, image, and links to the
anti-patterns
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
anti-patterns
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Please describe what the rule should do:
During code review, I usually suggest using
List.firstinstead ofList[0]for better readability. Just noticed that I am not alone here. :)I also found almost the same issue in Dart linter.
**If your rule is inspired by other please pr