Skip to content

Null-PE/readable-code-crash-course

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

readable-code-crash-course

setup your project

  1. clone repository
git clone https://github.com/kobain-jp/readable-code-crash-course.git
  1. launch eclipse and import project
1.select File > Import 
2.select Gradle > Existing Gradle Project and click Next and Finish

  1. Check your setup by lauching junit
1.select ch7.sec5.StringTest
2.right click and run as junit Test

if junit result shows with green bar, setup is succeeded

crash course

Week1. Readable Code 7.5, 7.7, 9.1 and effective java item 4, 17

1min
1.about ch7.sec5.Strings and ch7.sec5.StringTest

1min
2.today's topic Readable Code 7.5, 7.7, 9.1 and effective java item 4, 17

13min
3.fix TODO in ch7.sec5.Strings
*TODO3 is optional

15min
4.explanation for each point of view and refactor demonstration

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%