DEV Community

Mark Rubin profile picture

Mark Rubin

Professional programmer from 1998-2022. My last 8 years were as an Android developer. Currently teaching intro to Java courses. More details here: https://www.linkedin.com/in/markrubin3

Location California Joined Joined on 
Where should main live

Where should main live

3
Comments
4 min read
Naming Conventions

Naming Conventions

3
Comments
2 min read
Writing Good Comments

Writing Good Comments

3
Comments
5 min read
== true and == false are Redundant

== true and == false are Redundant

3
Comments
1 min read
Always Use Braces For if/else

Always Use Braces For if/else

3
Comments
2 min read
Default To private Access Modifiers

Default To private Access Modifiers

3
Comments
2 min read
How To Get Out Of Main And Reduce Static

How To Get Out Of Main And Reduce Static

3
Comments
6 min read
What's A Good Error Message

What's A Good Error Message

3
Comments
3 min read
How To Order Your Fields And Methods

How To Order Your Fields And Methods

3
Comments
4 min read
Method Decomposition And Class Decomposition

Method Decomposition And Class Decomposition

3
Comments
10 min read
Good Habits For New Java Programmers

Good Habits For New Java Programmers

3
Comments
3 min read
Meaningful Names

Meaningful Names

Comments
6 min read
Use Your IDE's Code Formatter

Use Your IDE's Code Formatter

Comments
2 min read
loading...