architecture 第14页
Modularity in Java and .Net-拾光赋

Modularity in Java and .Net

Modularity in Java and .Net,We’ll explore modularity in Java and .Net platforms, but before let’s first spend a little time on understanding what and why of modularity. What is a...
kity的头像-拾光赋kity5年前
0346
Effective Java! Favor Static Members Classes over Non-Static-拾光赋

Effective Java! Favor Static Members Classes over Non-Static

Effective Java! Favor Static Members Classes over Non-Static, Effective Java Review (90 Part Series) 1 Effective Java Tuesday! Let's Consider Static Factory Methods 2 Effective Jav...
kity的头像-拾光赋kity5年前
02013
Effective Java! Prefer Class Hierarchies to Tagged Classes-拾光赋

Effective Java! Prefer Class Hierarchies to Tagged Classes

Effective Java! Prefer Class Hierarchies to Tagged Classes, Effective Java Review (90 Part Series) 1 Effective Java Tuesday! Let's Consider Static Factory Methods 2 Effective Java ...
kity的头像-拾光赋kity5年前
0318
Effective Java! Use Interfaces Only to Define Types-拾光赋

Effective Java! Use Interfaces Only to Define Types

Effective Java! Use Interfaces Only to Define Types, Effective Java Review (90 Part Series) 1 Effective Java Tuesday! Let's Consider Static Factory Methods 2 Effective Java Tuesday...
kity的头像-拾光赋kity5年前
0458
Kotlin Spring Boot use-case: dependency injection of a list of services-拾光赋

Kotlin Spring Boot use-case: dependency injection of a list of services

Kotlin Spring Boot use-case: dependency injection of a list of services, Context With Spring boot framework, it is possible to inject a list of beans as a dependency. I always foun...
kity的头像-拾光赋kity5年前
0397
The Visitation of Visitor Pattern: How it makes your software more useful-拾光赋

The Visitation of Visitor Pattern: How it makes your software more useful

The Visitation of Visitor Pattern: How it makes your software more useful,Original post here The visitor pattern is a behavior design pattern, which means it's a way for objects to...
kity的头像-拾光赋kity5年前
0369
Requirements as code: documentation update-拾光赋

Requirements as code: documentation update

Requirements as code: documentation update,Hi folks. I hope you're doing good and staying healthy. I just wanted to let you know that I did a major update of the GitHub frontpage o...
kity的头像-拾光赋kity5年前
0489
Effective Java! Design Interfaces for Posterity-拾光赋

Effective Java! Design Interfaces for Posterity

Effective Java! Design Interfaces for Posterity, Effective Java Review (90 Part Series) 1 Effective Java Tuesday! Let's Consider Static Factory Methods 2 Effective Java Tuesday! Th...
kity的头像-拾光赋kity5年前
03910
Effective Java Tuesday! Prefer Interfaces to Abstract Classes-拾光赋

Effective Java Tuesday! Prefer Interfaces to Abstract Classes

Effective Java Tuesday! Prefer Interfaces to Abstract Classes, Effective Java Review (90 Part Series) 1 Effective Java Tuesday! Let's Consider Static Factory Methods 2 Effective Ja...
kity的头像-拾光赋kity5年前
0376
Effective Java Tuesday! Design and Document Classes for Inheritance or Else Prohibit It.-拾光赋

Effective Java Tuesday! Design and Document Classes for Inheritance or Else Prohibit It.

Effective Java Tuesday! Design and Document Classes for Inheritance or Else Prohibit It., Effective Java Review (90 Part Series) 1 Effective Java Tuesday! Let's Consider Static Fac...
kity的头像-拾光赋kity5年前
03913
Effective Java Tuesday! Favor Composition Over Inheritance-拾光赋

Effective Java Tuesday! Favor Composition Over Inheritance

Effective Java Tuesday! Favor Composition Over Inheritance, Effective Java Review (90 Part Series) 1 Effective Java Tuesday! Let's Consider Static Factory Methods 2 Effective Java ...
kity的头像-拾光赋kity5年前
0478
Hexagonal Architecture-拾光赋

Hexagonal Architecture

Hexagonal Architecture,1. Overview Hexagonal Architecture is an architectural design pattern that makes the application highly maintainable and fully testable. It keeps the importa...
kity的头像-拾光赋kity5年前
0336