QuackatronHQ / Gigarepo

Consider decorating method with @staticmethod

PYL-R0201
Performance
Major
3 days ago 2 years old
Seen in 2 files
3

Consider using in

PYL-R1714
Performance
Major
3 days ago 2 years old
Seen in 2 files
3

Unnecessary comprehension

PTC-W0016
Performance
Major
3 days ago 2 years old
Seen in 2 files
2

Avoid empty finalizers

CS-P1000
Performance
Critical
3 days ago 2 years old
Seen in 1 file
1

Use size instead of count

RB-PR1020
Performance
Major
3 days ago a year old
Seen in 1 file
1

Use module instead of command

ANS-E3003
Performance
Major
3 days ago 2 years old
Seen in 1 file
1

Hash merging can be replaced by hash key assignment

RB-PR1017
Performance
Major
3 days ago a year old
Seen in 1 file
1

Consider using .TryGetValue to access elements in Dictionary

CS-P1005
Performance
Major
3 days ago 2 years old
Seen in 1 file
1

Use of compute intensive function in loop condition

PHP-P1000
Performance
Critical
3 days ago 2 years old
Seen in 1 file
1

Maps and Sets of URLs can be performance hogs

JAVA-P0057
Performance
Critical
3 days ago 2 years old
Seen in 2 files
4

Inefficient use of String constructor

JAVA-P0062
Performance
Major
3 days ago 2 years old
Seen in 1 file
1

Use "" instead of new String() to create empty strings

JAVA-P0063
Performance
Major
3 days ago 2 years old
Seen in 1 file
1

toString invoked on a string value is useless

JAVA-P0064
Performance
Major
3 days ago 2 years old
Seen in 1 file
1

Explicit invocation of garbage collection is detrimental apart from some benchmarking use cases

JAVA-P0065
Performance
Major
3 days ago 2 years old
Seen in 1 file
1

Boolean constructor is inefficient, consider using Boolean.valueOf instead

JAVA-P0066
Performance
Major
3 days ago 2 years old
Seen in 1 file
1

Integer/Long constructor is inefficient, use valueOf instead

JAVA-P0067
Performance
Major
3 days ago 2 years old
Seen in 1 file
1

Prefer not to use words image, photo in image alt content

JS-0750
Performance
Minor
3 days ago 2 years old
Seen in 1 file
1

Non-interactive elements assigned mouse/keyboard event listeners

JS-0760
Performance
Minor
3 days ago 2 years old
Seen in 2 files
2

Avoid .bind() or local functions in JSX properties

JS-0417
Performance
Major
3 days ago 2 years old
Seen in 4 files
4

Found unreachable code

JS-0025
Performance
Major
3 days ago 2 years old
Seen in 2 files
2

Avoid using setState in componentDidMount

JS-0442
Performance
Major
3 days ago 2 years old
Seen in 1 file
1

Duplicate polyfills from Polyfill.io

JS-P1002
Performance
Minor
3 days ago 2 years old
Seen in 1 file
1

Consider filtering first and then sorting

SC-P1003
Performance
Major
3 days ago 2 years old
Seen in 1 file
1

Consider combining successive .filter() calls

SC-P1009
Performance
Major
3 days ago 2 years old
Seen in 1 file
1

Use of inefficient generic algorithm over efficient container based ones

CXX-P2000
Performance
Major
3 days ago a year old
Seen in 1 file
1