Skip to content

kobain-jp/readable-code-crash-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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
3.click Next
4.check override workspace settings and specify Java home if Java home is empty
*Java8 is recommended
5.click Finish

  1. Check your setup by lauching junit
1.select src/test/java/readablecode/week1/StringTest
2.right click and run as junit Test
*if run as junit Test does not show, add JUnit5 from BuildPath and restart eclipse

if junit result shows with green bar, setup is succeeded

Readable Code

Target Sections
1.1 1.2 1.3 1.4 1.5
2.7
3.0 3.1 3.2 3.3 3.4 3.5 3.6 3.7 3.8 3.9 
4.7 
5.1 5.2 5.3
7.2 7.5 7.7 
8.1 8.2 
9.1 
11.4 
12.2 
13.3 13.4
14.5 14.6
15.2 15.3

Target Sections by week
Week 0 : 1.1 1.2 1.3 1.4 1.5
week 1 : 7.5 7.7 9.1
week 2 : 2.7 3.0 3.8 3.9 4.7 7.2 7.5 7.7 9.1 15.2
week 3 : 5.1 11.4 13.3 13.4 15.3 OAOO
week 4 : 15.3 OAOO
week 5 : 3.1 3.2 3.3 3.4 3.5 3.6 3.7 5.2 5.3 14.5 14.6
*OAOO is not from Readable Code.
https://wiki.c2.com/?OnceAndOnlyOnce

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published