cleancode 第3页
Exceptions and Streams-拾光赋

Exceptions and Streams

Exceptions and Streams, Exception Handling in Java (4 Part Series) 1 Avoiding NullPointerException 2 Hide Checked Exceptions with SneakyThrows 3 Exceptions and Streams 4 Presenting...
kity的头像-拾光赋kity4年前
0377
Hide Checked Exceptions with SneakyThrows-拾光赋

Hide Checked Exceptions with SneakyThrows

Hide Checked Exceptions with SneakyThrows, Exception Handling in Java (4 Part Series) 1 Avoiding NullPointerException 2 Hide Checked Exceptions with SneakyThrows 3 Exceptions and S...
kity的头像-拾光赋kity5年前
02715
Simple State Machines In Java-拾光赋

Simple State Machines In Java

Simple State Machines In Java, What is a State Machine ? Wikipedia defines a finite-state machine (FSM) as: an abstract machine that can be in exactly one of a finite number of sta...
kity的头像-拾光赋kity5年前
02614
How to make your tests more readable and maintainable-拾光赋

How to make your tests more readable and maintainable

How to make your tests more readable and maintainable, Player setup for testing (2 Part Series) 1 How to make your tests more readable and maintainable 2 The Player Setup Endpoint ...
kity的头像-拾光赋kity5年前
03713
Is super.super.method() allowed in Java?-拾光赋

Is super.super.method() allowed in Java?

Is super.super.method() allowed in Java?,I encountered this question through an interview process. I thought to myself that I haven’t seen this usage and wondered what might be th...
kity的头像-拾光赋kity5年前
02710
How to learn Java-拾光赋

How to learn Java

How to learn Java, Photo by John Schnobrich on Unsplash Quite often, I’m asked: Hey Simon, how to learn Java? Here are the top five resources I typically recommend. Happy reading....
kity的头像-拾光赋kity5年前
0277
What are design patterns?-拾光赋

What are design patterns?

What are design patterns?, High-level overview OOP (object-oriented programming) gurus once concluded that it’s pointless to reinvent the wheel every time you encounter a problem ...
kity的头像-拾光赋kity6年前
0448
On typical naming anti-pattern in Java-拾光赋

On typical naming anti-pattern in Java

On typical naming anti-pattern in Java,I think one word summarises it all: OneEyedOneHornedFlyinPurplePeopleEater. Every time I see a typical javish 40+ character class name often ...
kity的头像-拾光赋kity7年前
02310