refactorit共12篇
How to convert a Java pojo class to Record fastly-拾光赋

How to convert a Java pojo class to Record fastly

How to convert a Java pojo class to Record fastly, Introduction: Java, being a popular and widely used programming language, continually evolves to meet the demands of modern softw...
kity的头像-拾光赋kity2年前
0495
Java 8 to Kotlin, Clojure and Java 17 - Part 2 Kotlin-拾光赋

Java 8 to Kotlin, Clojure and Java 17 – Part 2 Kotlin

Java 8 to Kotlin, Clojure and Java 17 - Part 2 Kotlin, 100DaysOfCode #Java Java 8 Example Kotlin Example Implementing Kotlin example. BookParser Next step: move the code to Java 17...
kity的头像-拾光赋kity3年前
03813
Java 8 to Kotlin, Clojure and Java 17 - Part 1 Java 8-拾光赋

Java 8 to Kotlin, Clojure and Java 17 – Part 1 Java 8

Java 8 to Kotlin, Clojure and Java 17 - Part 1 Java 8, 100DaysOfCode #Java Implementing java 8 example. BookParser Next step: move the code to Java 17, then Kotlin and Clojure http...
kity的头像-拾光赋kity3年前
0456
Code smell Katas — Graceful exception handling-拾光赋

Code smell Katas — Graceful exception handling

Code smell Katas — Graceful exception handling,In computer programming, a code smell is any characteristic in the source code of a program that possibly indicates a deeper problem...
kity的头像-拾光赋kity3年前
0386
Java Refactor Examples SDE-拾光赋

Java Refactor Examples SDE

Java Refactor Examples SDE,Java Refactor Examples By Rob van de Vijver, HZ HBO ICT second year student. Date: 9 January 2022 Code language: Java Code Editor used: Visual Studio Cod...
kity的头像-拾光赋kity3年前
02114
Functional Programming in Java? Refactoring if/else logic with the help of Functional Interfaces.-拾光赋

Functional Programming in Java? Refactoring if/else logic with the help of Functional Interfaces.

Functional Programming in Java? Refactoring if/else logic with the help of Functional Interfaces.,When reading about Functional Programming, I have seen many folks recommend gettin...
kity的头像-拾光赋kity4年前
03613
Exploring Functional Programming in Java - Functional Interface-拾光赋

Exploring Functional Programming in Java – Functional Interface

Exploring Functional Programming in Java - Functional Interface,I have recently been studying functional programming concepts with Haskell to better understand how to write code in...
kity的头像-拾光赋kity4年前
02111
How not to make a framework for default request values in Spring-拾光赋

How not to make a framework for default request values in Spring

How not to make a framework for default request values in Spring,I used to look for common solutions for the problems I face. And I fail sometimes within my researches of the best ...
kity的头像-拾光赋kity5年前
04311
How to Maintain Clean Code in your projects-拾光赋

How to Maintain Clean Code in your projects

How to Maintain Clean Code in your projects,There are a lot of rules about the software development process in tech companies, and each of them has was developed to solve a problem...
kity的头像-拾光赋kity6年前
0286
Move Java-project to Kotlin-拾光赋

Move Java-project to Kotlin

Move Java-project to Kotlin,Hi all, do you have experience in converting Java-files with for instance IntelliJ to Kotlin? Would I have to make a lot of changes for having idiomatic...
kity的头像-拾光赋kity6年前
0309
Java compiler error cascades... and fixing them-拾光赋

Java compiler error cascades… and fixing them

Java compiler error cascades... and fixing them,So you know how, when programming, in a sudden realization of the power of code reuse, you decide to merge two prior programs you wr...
kity的头像-拾光赋kity6年前
0365
Preventing Broken Window Theory using Design Patterns-拾光赋

Preventing Broken Window Theory using Design Patterns

Preventing Broken Window Theory using Design Patterns,The broken window theory, introduced by Andrew Hunt and David Thomas in The Pragmatic Programmer: From Journeyman to Master, i...
kity的头像-拾光赋kity6年前
04611