Mô tả

Learn to Write Clean Code with Java.

Get Hands-on with Code Examples involving 4 principles of Simple Design, Refactoring & TDD.


WHAT STUDENTS ARE SAYING

5 STARS - Straight to the point concise and practical

5 STARS - It was a great course to get an understanding of clean coding and the TDD approach. Exercises in this course will help me to write in more cleaner and maintainable manner.

5 STARS - Very well structured course, starting from how to write clean code, then refactor and finally coding with TDD, but with a very practical approach.

5 STARS - Amazing Course !! It's a recommended course for every developer. The course will explain the best way to write standard, clean & maintainable code. Awesome refactoring tips & tricks .Hats off!! in28minutes team

5 STARS - This course is awesome; really liking the course so far. The instructor clearly conveys difficult concepts.


OUR APPROACH

  • Goal I : Understand Clarity of Code (Unit Tests)

  • Goal II: Focus on 4 Principles of Simple Design

  • Goal III: Get started with Refactoring

  • Goal IV : Understand TDD


STEP BY STEP DETAILS

Getting Started with Clarity in Code

  • Clean Code with Simple Design, Refactoring and TDD - Getting Setup

  • Step 00 - Clarity in Code - Problem 1 - Gilded Rose - Introduction

  • Step 01 - Clarity in Code - Problem 1 - Gilded Rose - Refactoring Unit Test 1 - Default Item

  • Step 02 - Clarity in Code - Problem 1 - Gilded Rose - Refactoring Unit Test 2 - Default Item

  • Step 03 - Clarity in Code - Problem 1 - Gilded Rose - Refactoring Unit Test 3 - Aged Brie

  • Step 04 - Clarity in Code - Problem 1 - Gilded Rose - Refactoring Unit Test 4 - Backstage Passes

  • Step 05 - Clean Code - Attitude for the course

Getting Started with 4 Principles of Simple Design

  • Step 01 - 4 Principles of Simple Design - An Introduction

  • Step 02 - 4 Principles of Simple Design - Exercise - StudentHelper.isGradeB

  • Step 03 - 4 Principles of Simple Design - Exercise - StudentHelper.getGrade

  • Step 04 - 4 Principles of Simple Design - Exercise - StudentHelper.willQualifyForQuiz

  • Step 06 - Most difficult challenge in programming - Naming

  • Step 07 - 4 Principles of Simple Design - Exercise - TextHelper.swapLastTwoCharacters

  • Step 07 - Should you have comments in code?

  • Step 08 - 4 Principles of Simple Design - Exercise - TextHelper.truncateAInFirst2Positions

  • Step 09 - 4 Principles of Simple Design - Exercise - CustomerBOTest

  • Step 10 - 4 Principles of Simple Design - Exercise - CustomerBOTest

  • Step 11 - Attitude towards Unit Testing

  • Step 12 - Unit Testing Principles

Getting Started with Refactoring

  • Step 01 - Introduction to Refactoring

  • Step 02 - Refactoring - Exercise - CustomerBOImpl.getCustomerProductsSum

  • Step 03 - Refactoring - Exercise - Movie.isValidRating

  • Step 04 - Refactoring - Exercise - MenuAccess.setAuthorizationsInEachMenus

  • Step 05 - Refactoring - Exercise - UserLoginChecker.isUserAllowedToLogin - 1

  • Step 06 - Refactoring - Exercise - UserLoginChecker.isUserAllowedToLogin - 2

  • Step 07 - My 10 Tips for Good Programmers

Getting Started with Test Driven Development

  • Step 01 - Introduction to Test Driven Development - TDD

  • Step 02 - Test Driven Development - TDD - Exercise - StringHelper.replaceAInFirst2Positions

  • Step 03 - Test Driven Development - TDD - Exercise - StringHelper.replaceAInFirst2Positions

  • Step 04 - Test Driven Development - TDD - Exercise - StringHelper.areFirstTwoAndLastTwoCharsTheSame

  • Step 05 - Test Driven Development - TDD - Exercise - Bowling Kata - Introduction

  • Step 06 - Test Driven Development - TDD - Exercise - Bowling Kata - Getting Started

  • Step 07 - Test Driven Development - TDD - Exercise - Bowling Kata - Spare

  • Step 08 - Test Driven Development - TDD - Exercise - Bowling Kata - Strike

  • Step 09 - 3 Tips for Test Driven Development - TDD

Thank You

  • Clean Code with Simple Design, Refactoring and TDD - Thank You

Bạn sẽ học được gì

You will Learn to Write Clean Code with Java

You will Learn and apply 4 Principles of Simple Design

You will Understand Refactoring and Refactor Java Code

You will Learn TDD and apply TDD to write Clean Code in Java

You will look at examples of bad code and refactor them to clean code

You will understand that TDD + 4 Principles of Simple Design + Continuous Refactoring = Clean Code

Yêu cầu

  • You will need some programming experience with Java
  • You will need access to a Java IDE like Eclipse
  • You have an attitude to learn while having fun :)

Nội dung khoá học

5 sections

Getting Started with Clean Code

11 lectures
Clean Code with Simple Design, Refactoring and TDD - Course Overview
03:12
Github Repository for the course
00:02
Clean Code with Simple Design, Refactoring and TDD - Getting Setup
03:04
DO NOT SKIP: Join our Learning Community
00:24
Step 00 - Clarity in Code - Problem 1 - Gilded Rose - Introduction
08:12
Step 01 - Clarity in Code - Problem 1 - Gilded Rose - Refactoring Unit Test 1 -
19:14
Solution - Clarity of Code - Exercise - Gilded Rose
00:02
Step 02 - Clarity in Code - Problem 1 - Gilded Rose - Refactoring Unit Test 2 -
05:55
Step 03 - Clarity in Code - Problem 1 - Gilded Rose - Refactoring Unit Test 3 -
07:20
Step 04 - Clarity in Code - Problem 1 - Gilded Rose - Refactoring Unit Test 4 -
03:53
Step 05 - Clean Code - Attitude for the course
02:16

Getting Started with 4 Principles of Simple Design

16 lectures
Step 01 - 4 Principles of Simple Design - An Introduction
09:41
Step 02 - 4 Principles of Simple Design - Exercise - StudentHelper.isGradeB
08:22
Step 03 - 4 Principles of Simple Design - Exercise - StudentHelper.getGrade
10:20
Step 04 - 4 Principles of Simple Design - Exercise - StudentHelper.willQualifyFo
07:21
Solution - 4 Principles of Simple Design - StudentHelper
00:00
Step 06 - Most difficult challenge in programming - Naming
03:07
Step 07 - 4 Principles of Simple Design - Exercise - TextHelper.swapLastTwoChara
05:42
Step 07 - Should you have comments in code?
03:25
Step 08 - 4 Principles of Simple Design - Exercise - TextHelper.truncateAInFirst
04:31
Solution - 4 Principles of Simple Design - TextHelper
00:00
Step 09 - 4 Principles of Simple Design - Exercise - CustomerBOTest
11:20
Step 10 - 4 Principles of Simple Design - Exercise - CustomerBOTest
07:10
Solution - 4 Principles of Simple Design - CustomerBOTest
00:00
Step 11 - Attitude towards Unit Testing
02:41
Step 12 - Unit Testing Principles
08:19
Do you want to help us?
00:10

Getting Started with Refactoring

11 lectures
Step 01 - Introduction to Refactoring
03:37
Step 02 - Refactoring - Exercise - CustomerBOImpl.getCustomerProductsSum
17:32
Solution - Refactoring - CustomerBOImpl
00:00
Step 03 - Refactoring - Exercise - Movie.isValidRating
10:00
Solution - Refactoring - Movie
00:00
Step 04 - Refactoring - Exercise - MenuAccess.setAuthorizationsInEachMenus
16:09
Refactoring - Solution - MenuAccess
00:00
Step 05 - Refactoring - Exercise - UserLoginChecker.isUserAllowedToLogin - 1
11:42
Step 06 - Refactoring - Exercise - UserLoginChecker.isUserAllowedToLogin - 2
09:42
Refactoring - Solution - UserLoginChecker
00:00
Step 07 - My 10 Tips for Good Programmers
05:05

Getting Started with Test Driven Development

9 lectures
Step 01 - Introduction to Test Driven Development - TDD
04:10
Step 02 - Test Driven Development - TDD - Exercise - StringHelper.replaceAInFirs
10:47
Step 03 - Test Driven Development - TDD - Exercise - StringHelper.replaceAInFirs
07:38
Step 04 - Test Driven Development - TDD - Exercise - StringHelper.areFirstTwoAnd
08:49
Step 05 - Test Driven Development - TDD - Exercise - Bowling Kata - Introduction
05:24
Step 06 - Test Driven Development - TDD - Exercise - Bowling Kata - Getting Star
09:37
Step 07 - Test Driven Development - TDD - Exercise - Bowling Kata - Spare
14:25
Step 08 - Test Driven Development - TDD - Exercise - Bowling Kata - Strike
08:31
Step 09 - 3 Tips for Test Driven Development - TDD
01:35

Thank You

2 lectures
Clean Code with Simple Design, Refactoring and TDD - Thank You
01:31
Bonus Lecture
00:41

Đánh giá của học viên

Chưa có đánh giá
Course Rating
5
0%
4
0%
3
0%
2
0%
1
0%

Bình luận khách hàng

Viết Bình Luận

Bạn đánh giá khoá học này thế nào?

image

Đăng ký get khoá học Udemy - Unica - Gitiho giá chỉ 50k!

Get khoá học giá rẻ ngay trước khi bị fix.