Making Your Java 8 Code More Object-oriented
- CategoryOther
- TypeTutorials
- LanguageEnglish
- Total size293.7 MB
- Uploaded Byfreecoursewb
- Downloads17
- Last checkedMay. 25th '24
- Date uploadedMay. 24th '24
- Seeders 5
- Leechers9
Making Your Java 8 Code More Object-oriented
https://CourseWikia.com
Released 6/2022
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Level: Intermediate | Genre: eLearning | Language: English + vtt | Duration: 2h 13m | Size: 293 MB
This course will help leverage your conceptual understanding to produce proper object-oriented code. You will learn how to replace procedural code with objects for the sake of correctness, flexibility, and maintainability.
Procedural code can be replaced with objects to increase correctness, flexibility, and maintainability. In this course, Making Your Java 8 Code More Object-oriented, you’ll learn how to design truly object-oriented classes in the Java programming language. First, you’ll learn how to represent a discrete object state and behavior to avoid imperative branching constructs. Next, you’ll discover that null references are a needless pain. Finally, you'll explore alternatives to null - substitute objects and optional objects. When you're finished with this course, you’ll have the skills and knowledge of designing classes that avoid traditional imperative constructs, with features resulting from orchestrating well-encapsulated objects rich in behavior.
Homepage
Files:
[ CourseWikia.com ] Making Your Java 8 Code More Object-oriented- Get Bonus Downloads Here.url (0.2 KB) ~Get Your Files Here ! 02
- attaining-extensibility-with-object-oriented-code-slides.pdf (1.1 MB)
- Code.iml (0.4 KB) src com codinghelmet moreoojava
- Account.java (1.2 KB)
- AccountState.java (0.5 KB)
- AccountUnfrozen.java (0.1 KB)
- EnsureUnfrozen.java (0.1 KB)
- Main.java (0.2 KB) accountstates
- Active.java (1.2 KB)
- Closed.java (0.8 KB)
- Frozen.java (1.3 KB)
- NotVerified.java (1.1 KB)
- rendering-branching-over-boolean-flags-obsolete-slides.pdf (430.2 KB) 04 demos
- Code.iml (0.4 KB) src com codinghelmet moreoojava
- Currency.java (0.8 KB)
- Demo.java (2.9 KB)
- Euro.java (0.8 KB)
- Main.java (0.1 KB)
- Money.java (1.6 KB)
- Painter.java (0.4 KB)
- using-immutable-objects-and-value-objects-slides.pdf (1.8 MB) 05 demos
- Code.iml (0.4 KB) src com codinghelmet moreoojava
- Article.java (1.3 KB)
- Demo.java (1.4 KB)
- LifetimeWarranty.java (0.4 KB)
- Main.java (0.1 KB)
- TimeLimitedWarranty.java (0.8 KB)
- VoidWarranty.java (0.3 KB)
- Warranty.java (0.4 KB)
- leveraging-special-case-objects-to-remove-null-checks-slides.pdf (317.5 KB) 06 demos
- Code.iml (0.4 KB) src com codinghelmet moreoojava
- Article.java (2.2 KB)
- Demo.java (1.8 KB)
- LifetimeWarranty.java (0.6 KB)
- Main.java (0.2 KB)
- OptionalsDemo.java (3.6 KB)
- Part.java (0.9 KB)
- TimeLimitedWarranty.java (1.1 KB)
- VoidWarranty.java (0.4 KB)
- Warranty.java (0.5 KB)
- turning-optional-calls-into-calls-on-optional-objects-slides.pdf (591.3 KB) 1. Course Overview
- 1. Course Overview.mp4 (2.9 MB)
- 1. Course Overview.vtt (2.1 KB)
- 1. What Makes Code Object-oriented.mp4 (10.8 MB)
- 1. What Makes Code Object-oriented.vtt (9.0 KB)
- 2. Version Check.mp4 (531.9 KB)
- 2. Version Check.vtt (0.0 KB)
- 3. What Follows in this Course.mp4 (2.9 MB)
- 3. What Follows in this Course.vtt (2.7 KB)
- 4. An Example that Lacks Objects.mp4 (7.3 MB)
- 4. An Example that Lacks Objects.vtt (5.6 KB)
- 5. Putting Objects Where It Doesn’t Look Possible.mp4 (4.5 MB)
- 5. Putting Objects Where It Doesn’t Look Possible.vtt (3.6 KB)
- 6. Summary.mp4 (1.5 MB)
- 6. Summary.vtt (1.6 KB)
- 1. Introducing the Problem in Code.mp4 (14.2 MB)
- 1. Introducing the Problem in Code.vtt (9.3 KB)
- 2. Turning Branching into a Function.mp4 (11.2 MB)
- 2. Turning Branching into a Function.vtt (5.6 KB)
- 3. Turning a Function into an Object.mp4 (11.4 MB)
- 3. Turning a Function into an Object.vtt (6.3 KB)
- 4. Moving All State-related Functions into State Objects.mp4 (18.7 MB)
- 4. Moving All State-related Functions into State Objects.vtt (9.3 KB)
- 5. Assessing Improvement.mp4 (6.3 MB)
- 5. Assessing Improvement.vtt (3.4 KB)
- 6. Summary.mp4 (1.6 MB)
- 6. Summary.vtt (1.7 KB)
- 1. Causing a Bug that Comes from a Mutable State.mp4 (9.2 MB)
- 1. Causing a Bug that Comes from a Mutable State.vtt (6.0 KB)
- 2. Discovering the Aliasing Bug.mp4 (13.2 MB)
- 2. Discovering the Aliasing Bug.vtt (7.5 KB)
- 3. Inventing the Value Objects.mp4 (8.0 MB)
- 3. Inventing the Value Objects.vtt (4.7 KB)
- 4. Turning Immutable Objects into Value Objects.mp4 (10.4 MB)
- 4. Turning Immutable Objects into Value Objects.vtt (6.3 KB)
- 5. Completing the Value-typed Equality.mp4 (15.5 MB)
- 5. Completing the Value-typed Equality.vtt (9.4 KB)
- 6. Using Value Objects as Keys.mp4 (12.8 MB)
- 6. Using Value Objects as Keys.vtt (8.1 KB)
- 7. Summary.mp4 (2.6 MB)
- 7. Summary.vtt (2.5 KB)
- 1. Understanding the Problem of Null.mp4 (8.3 MB)
- 1. Understanding the Problem of Null.vtt (6.4 KB)
- 2. Introducing Null Objects.mp4 (12.5 MB)
- 2. Introducing Null Objects.vtt (7.4 KB)
- 3. Introducing Special Case Objects.mp4 (6.7 MB)
- 3. Introducing Special Case Objects.vtt (4.3 KB)
- 4. Turning Boolean Methods into Filters.mp4 (12.3 MB)
- 4. Turning Boolean Methods into Filters.vtt (6.8 KB)
- 5. Turning an Object into a Finite State Machine.mp4 (15.9 MB)
- 5. Turning an Object into a Finite State Machine.vtt
Code:
- udp://tracker.torrent.eu.org:451/announce
- udp://tracker.tiny-vps.com:6969/announce
- http://tracker.foreverpirates.co:80/announce
- udp://tracker.cyberia.is:6969/announce
- udp://exodus.desync.com:6969/announce
- udp://explodie.org:6969/announce
- udp://tracker.opentrackr.org:1337/announce
- udp://9.rarbg.to:2780/announce
- udp://tracker.internetwarriors.net:1337/announce
- udp://ipv4.tracker.harry.lu:80/announce
- udp://open.stealth.si:80/announce
- udp://9.rarbg.to:2900/announce
- udp://9.rarbg.me:2720/announce
- udp://opentor.org:2710/announce