Skip to content
Navigation menu
Search
Powered by
Search
Algolia
Log in
Create account
DEV Community
Close
#
effective
Follow
Hide
Posts
Left menu
👋
Sign in
for the ability to sort posts by
relevant
,
latest
, or
top
.
Right menu
Effective Java! Emulate Extensible Enums With Interfaces.
Kyle Carter
Kyle Carter
Kyle Carter
Follow
Aug 18 '20
Effective Java! Emulate Extensible Enums With Interfaces.
#
java
#
effective
#
enum
#
architecture
8
reactions
Comments
Add Comment
2 min read
Effective Java! Use EnumMap instead of Ordinal Indexing
Kyle Carter
Kyle Carter
Kyle Carter
Follow
Aug 11 '20
Effective Java! Use EnumMap instead of Ordinal Indexing
#
java
#
effective
#
enum
#
architecture
9
reactions
Comments
Add Comment
2 min read
Effective Java! Use EnumSet Instead of Bit Fields
Kyle Carter
Kyle Carter
Kyle Carter
Follow
Aug 4 '20
Effective Java! Use EnumSet Instead of Bit Fields
#
java
#
effective
#
enum
#
architecture
6
reactions
Comments
2
comments
2 min read
Effective Java! Use Instance Fields Instead of Ordinals
Kyle Carter
Kyle Carter
Kyle Carter
Follow
Jul 28 '20
Effective Java! Use Instance Fields Instead of Ordinals
#
java
#
effective
#
enum
#
architecture
6
reactions
Comments
Add Comment
2 min read
An Effective Strategy for Better Learning
Maximiliano Hernández Betancourt
Maximiliano Hernández Betancourt
Maximiliano Hernández Betancourt
Follow
Jul 26 '20
An Effective Strategy for Better Learning
#
personalgrowth
#
learn
#
developer
#
effective
7
reactions
Comments
Add Comment
6 min read
Effective Java! Use Enums Instead of int Constants
Kyle Carter
Kyle Carter
Kyle Carter
Follow
Jul 22 '20
Effective Java! Use Enums Instead of int Constants
#
java
#
effective
#
generic
#
architecture
10
reactions
Comments
2
comments
8 min read
Effective Java! Consider Typesafe Heterogenous Containers
Kyle Carter
Kyle Carter
Kyle Carter
Follow
Jul 15 '20
Effective Java! Consider Typesafe Heterogenous Containers
#
java
#
effective
#
generic
#
architecture
5
reactions
Comments
Add Comment
3 min read
Effective Java! Combine Generics and Varargs Judiciously
Kyle Carter
Kyle Carter
Kyle Carter
Follow
Jul 7 '20
Effective Java! Combine Generics and Varargs Judiciously
#
java
#
effective
#
generic
#
architecture
5
reactions
Comments
Add Comment
6 min read
Effective Java! Use Bounded Wildcards to Increase API Flexibility
Kyle Carter
Kyle Carter
Kyle Carter
Follow
Jun 30 '20
Effective Java! Use Bounded Wildcards to Increase API Flexibility
#
java
#
effective
#
generic
#
architecture
12
reactions
Comments
Add Comment
7 min read
Effective Java! Favor Generic Methods
Kyle Carter
Kyle Carter
Kyle Carter
Follow
Jun 24 '20
Effective Java! Favor Generic Methods
#
java
#
effective
#
generic
#
architecture
30
reactions
Comments
1
comment
3 min read
Effective Java! Favor Generic Types
Kyle Carter
Kyle Carter
Kyle Carter
Follow
Jun 16 '20
Effective Java! Favor Generic Types
#
java
#
effective
#
list
#
architecture
6
reactions
Comments
Add Comment
3 min read
Effective Java! Prefer Lists to Array
Kyle Carter
Kyle Carter
Kyle Carter
Follow
Jun 9 '20
Effective Java! Prefer Lists to Array
#
java
#
effective
#
list
#
architecture
6
reactions
Comments
Add Comment
3 min read
Robust function to create select tag in javascript
mixbo
mixbo
mixbo
Follow
Jun 5 '20
Robust function to create select tag in javascript
#
javascript
#
effective
#
tricks
6
reactions
Comments
Add Comment
2 min read
Effective Java! Eliminate Unchecked Warnings
Kyle Carter
Kyle Carter
Kyle Carter
Follow
Jun 2 '20
Effective Java! Eliminate Unchecked Warnings
#
java
#
effective
#
generics
#
architecture
6
reactions
Comments
Add Comment
2 min read
Effective Java! Don't Use Raw Types
Kyle Carter
Kyle Carter
Kyle Carter
Follow
May 27 '20
Effective Java! Don't Use Raw Types
#
java
#
effective
#
generics
#
architecture
14
reactions
Comments
1
comment
4 min read
Effective Java! Limit Source Files to a Single Top-Level Class
Kyle Carter
Kyle Carter
Kyle Carter
Follow
May 20 '20
Effective Java! Limit Source Files to a Single Top-Level Class
#
java
#
effective
#
oop
#
architecture
4
reactions
Comments
Add Comment
2 min read
Effective Java! Favor Static Members Classes over Non-Static
Kyle Carter
Kyle Carter
Kyle Carter
Follow
May 13 '20
Effective Java! Favor Static Members Classes over Non-Static
#
java
#
effective
#
interfaces
#
architecture
6
reactions
Comments
1
comment
3 min read
Effective Java! Prefer Class Hierarchies to Tagged Classes
Kyle Carter
Kyle Carter
Kyle Carter
Follow
May 6 '20
Effective Java! Prefer Class Hierarchies to Tagged Classes
#
java
#
effective
#
interfaces
#
architecture
12
reactions
Comments
2
comments
3 min read
Effective Java! Use Interfaces Only to Define Types
Kyle Carter
Kyle Carter
Kyle Carter
Follow
Apr 29 '20
Effective Java! Use Interfaces Only to Define Types
#
java
#
effective
#
interfaces
#
architecture
6
reactions
Comments
Add Comment
2 min read
Effective Java! Design Interfaces for Posterity
Kyle Carter
Kyle Carter
Kyle Carter
Follow
Apr 15 '20
Effective Java! Design Interfaces for Posterity
#
java
#
effective
#
interfaces
#
architecture
3
reactions
Comments
Add Comment
2 min read
Effective Java Tuesday! Prefer Interfaces to Abstract Classes
Kyle Carter
Kyle Carter
Kyle Carter
Follow
Apr 11 '20
Effective Java Tuesday! Prefer Interfaces to Abstract Classes
#
java
#
effective
#
inheritance
#
architecture
8
reactions
Comments
Add Comment
3 min read
Effective Java Tuesday! Design and Document Classes for Inheritance or Else Prohibit It.
Kyle Carter
Kyle Carter
Kyle Carter
Follow
Apr 3 '20
Effective Java Tuesday! Design and Document Classes for Inheritance or Else Prohibit It.
#
java
#
effective
#
inheritance
#
architecture
6
reactions
Comments
Add Comment
4 min read
Effective Java Tuesday! Favor Composition Over Inheritance
Kyle Carter
Kyle Carter
Kyle Carter
Follow
Mar 25 '20
Effective Java Tuesday! Favor Composition Over Inheritance
#
java
#
effective
#
inheritance
#
architecture
8
reactions
Comments
1
comment
4 min read
Effective Java Tuesday! Minimize Mutability
Kyle Carter
Kyle Carter
Kyle Carter
Follow
Mar 20 '20
Effective Java Tuesday! Minimize Mutability
#
java
#
effective
#
immutability
#
architecture
11
reactions
Comments
Add Comment
5 min read
Effective Java Tuesday! In Public Classes, Use Accessors, Not Public Fields
Kyle Carter
Kyle Carter
Kyle Carter
Follow
Mar 10 '20
Effective Java Tuesday! In Public Classes, Use Accessors, Not Public Fields
#
java
#
effective
#
encapsulation
#
architecture
8
reactions
Comments
Add Comment
2 min read
loading...
We're a place where coders share, stay up-to-date and grow their careers.
Log in
Create account