filmov
tv
Java Clean Code Tutorial #9 - STOP Writing Code!!

Показать описание
I always feel its good practice for a developer to take some time to understand and familiarise themselves with some reputable common and heavily used libraries. These libraries most likely contain utility classes and methods that will make your life easier. For example, I like apache commons. There are hundreds of official open source java libraries that are available via build tools; maven, gradle etc.
I also understand that sometimes one might not want to bring down a dependency just for a few lines of code. This is totally fine if you are restricted to certain vetted dependencies or are required to keep the final JAR to a the absolute minimum size.
Before you write a utility method, just have a check if the function has already been written and contained in one of the shared libraries :)
Software is written once and read hundreds of times. So let’s make our fellow developers life easier.
Why clean code?
Simple. Clean code allows us to confidently make changes and deliver more features quickly to our customers.
Don’t forget to subscribe for your regular dose of Java Tutorials!
STOP THE ROT.
Till episode 10,
Philip
I also understand that sometimes one might not want to bring down a dependency just for a few lines of code. This is totally fine if you are restricted to certain vetted dependencies or are required to keep the final JAR to a the absolute minimum size.
Before you write a utility method, just have a check if the function has already been written and contained in one of the shared libraries :)
Software is written once and read hundreds of times. So let’s make our fellow developers life easier.
Why clean code?
Simple. Clean code allows us to confidently make changes and deliver more features quickly to our customers.
Don’t forget to subscribe for your regular dose of Java Tutorials!
STOP THE ROT.
Till episode 10,
Philip
Java Clean Code Tutorial #9 - STOP Writing Code!!
Clean Code Tutorial #9 - Liskovsches Substitutionsprinzip
Getting Started with Clean Code Java SE 9: The Course Overview | packtpub.com
Getting Started with Clean Code Java SE 9: jlink Tool - Creating a Custom Runtime| packtpub.com
Getting Started with Clean Code Java SE 9: Introduction to Module System| packtpub.com
Getting Started with Clean Code Java SE 9: More on Module-Dependency Graphs| packtpub.com
Java Clean Code - Methods
My 10 “Clean” Code Principles (Start These Now)
Java Clean Code Tutorial #10 – AVOID Static Methods
Java Clean Code Tutorial #8 - How long should a method be??
Java Clean Code Tutorial #11 – DRY Principle - Don't Repeat Yourself
GeeCON 2018: Miro Cupak - Clean code with Java 9
Getting Started with Clean Code Java SE 9: Installing Java SE 9 on macOS| packtpub.com
Java Clean Code Tutorial #13 – Hero & God Methods!
Java Code reviews || Clean code Checklist
How to write clean code | Coding best practices | How to write good code
var / Type Inference in C#, Java & Co. - Ja oder Nein? - Clean Code Tipp #10
Domain Specific Value Types - Clean Code Tipps #9
CLEAN CODE | JUST SAY NO TO MAGIC NUMBERS | PROBLEMS | SOLUTIONS | JAVA CODE EXAMPLE | InterviewDOT
9 'rules' for cleaner code | Object Calisthenics
Finger weg von static in C#, Java & Co [Mit Beispiel] Clean Code Tipp #12
Wyd if you get a virus? #shorts
Clean Code Tip - The expression IS the VALUE 📈
Namensgebung Felder in C#, Java & Co. [Mit Beispiel] - Clean Code Tipp #11
Комментарии