├── .DS_Store ├── .gitignore ├── 1. MicroService란.md ├── AdvancedTDD.md ├── Business-Logic-Organization-Patterns.md ├── CC-E22-Test-Processes.md ├── CC-E23-Mocking-Part1.md ├── CC-E23-Mocking-Part2.md ├── CC-E24-Transformation-Priority-Premise-Part1.md ├── CC-E24-Transformation-Priority-Premise-Part2.md ├── CC-E24-Transformation_List.md ├── CleanCodeTalks-UnitTesting.md ├── CloudNativeJava.md ├── CollaborationWithinIntelliJ.md ├── DDD-Distilled.md ├── DDD-over-DomainModelPattern.md ├── DSL-and-UnitTest.md ├── ELK-with-Seoul-Metro.md ├── HumbleObjectPattern.md ├── Inheritance-Polymorphism-Testing.md ├── README.md ├── SpringTips-FunctionalReactiveEndpointsWithSpringFramework5.0 ├── TPP.key ├── TPP.md ├── TPP.pdf ├── Tell-Dont-Ask.jpeg ├── TransformationList.png ├── Triangulation.md ├── WebApplicationArchitecture.md ├── WritingTestableCode.md ├── _config.yml ├── android.md ├── architecture.md ├── architecture_02.png ├── architecture_03.png ├── architecture_04.png ├── architecture_05.png ├── architecture_06.png ├── architecture_07.png ├── architecture_1.png ├── architectures ├── domain-1.png ├── domain-model-pattern.md └── vertical-slice.md ├── classic-london-school-tdd.md ├── composition-over-inheritance.md ├── core-of-oop.md ├── dao-vs-repository.md ├── evolutionary-architecture.mmap ├── evolutionary-architecture.pdf ├── functional_programming_for_java_developers.md ├── img.png ├── img_1.png ├── img_10.png ├── img_11.png ├── img_12.png ├── img_13.png ├── img_14.png ├── img_15.png ├── img_16.png ├── img_17.png ├── img_18.png ├── img_19.png ├── img_2.png ├── img_20.png ├── img_21.png ├── img_22.png ├── img_23.png ├── img_24.png ├── img_25.png ├── img_26.png ├── img_27.png ├── img_28.png ├── img_29.png ├── img_3.png ├── img_30.png ├── img_31.png ├── img_32.png ├── img_33.png ├── img_34.png ├── img_35.png ├── img_4.png ├── img_5.png ├── img_6.png ├── img_7.png ├── img_8.png ├── img_9.png ├── insideout-outsidein-tdd.md ├── intellij-2020.md ├── intellij.md ├── kotlin-for-android-developers.md ├── law-of-demeter.md ├── london_vs_chicago.md ├── mac-tools.md ├── mock_rest_test.md ├── mysql_group_by_to_concatenate_strings.md ├── primefactor.md ├── refactoring-tech ├── ai_remove_dup_1.png ├── composed_method.md ├── duplicate_if.md ├── duplicate_if_1.png ├── duplicate_if_2.png ├── duplicate_if_3.png ├── duplicate_if_4.png ├── duplicate_if_5.png ├── duplicate_if_6.png ├── images │ ├── ai_rename_1.png │ ├── ai_rename_2.png │ ├── duplicate_loop.png │ ├── introduce_parameter_object_1.png │ ├── introduce_parameter_object_2.png │ ├── introduce_parameter_object_3.png │ ├── introduce_parameter_object_4.png │ ├── introduce_parameter_object_5.png │ ├── introduce_parameter_object_6.png │ ├── introduce_parameter_object_7.png │ ├── introduce_parameter_object_8.png │ ├── invert-if.png │ ├── remove_dup_using_generic.png │ └── value1.png ├── img.png ├── img_1.png ├── img_10.png ├── img_11.png ├── img_12.png ├── img_2.png ├── img_3.png ├── img_4.png ├── img_5.png ├── img_6.png ├── img_7.png ├── img_8.png ├── img_9.png ├── index.md ├── invert-if.md ├── vertical-slicing.md └── vs_1.png ├── sort.md ├── template-callback.md ├── template-callback ├── create-parameter.png ├── extract-method-object.png ├── extract-method.png ├── org-source-0.png └── org-source-1.png ├── testing-private-methods.md └── type-subclassing2.md /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/.DS_Store -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .idea 2 | -------------------------------------------------------------------------------- /1. MicroService란.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/1. MicroService란.md -------------------------------------------------------------------------------- /AdvancedTDD.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/AdvancedTDD.md -------------------------------------------------------------------------------- /Business-Logic-Organization-Patterns.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/Business-Logic-Organization-Patterns.md -------------------------------------------------------------------------------- /CC-E22-Test-Processes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/CC-E22-Test-Processes.md -------------------------------------------------------------------------------- /CC-E23-Mocking-Part1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/CC-E23-Mocking-Part1.md -------------------------------------------------------------------------------- /CC-E23-Mocking-Part2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/CC-E23-Mocking-Part2.md -------------------------------------------------------------------------------- /CC-E24-Transformation-Priority-Premise-Part1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/CC-E24-Transformation-Priority-Premise-Part1.md -------------------------------------------------------------------------------- /CC-E24-Transformation-Priority-Premise-Part2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/CC-E24-Transformation-Priority-Premise-Part2.md -------------------------------------------------------------------------------- /CC-E24-Transformation_List.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/CC-E24-Transformation_List.md -------------------------------------------------------------------------------- /CleanCodeTalks-UnitTesting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/CleanCodeTalks-UnitTesting.md -------------------------------------------------------------------------------- /CloudNativeJava.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/CloudNativeJava.md -------------------------------------------------------------------------------- /CollaborationWithinIntelliJ.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/CollaborationWithinIntelliJ.md -------------------------------------------------------------------------------- /DDD-Distilled.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/DDD-Distilled.md -------------------------------------------------------------------------------- /DDD-over-DomainModelPattern.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/DDD-over-DomainModelPattern.md -------------------------------------------------------------------------------- /DSL-and-UnitTest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/DSL-and-UnitTest.md -------------------------------------------------------------------------------- /ELK-with-Seoul-Metro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/ELK-with-Seoul-Metro.md -------------------------------------------------------------------------------- /HumbleObjectPattern.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/HumbleObjectPattern.md -------------------------------------------------------------------------------- /Inheritance-Polymorphism-Testing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/Inheritance-Polymorphism-Testing.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/README.md -------------------------------------------------------------------------------- /SpringTips-FunctionalReactiveEndpointsWithSpringFramework5.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/SpringTips-FunctionalReactiveEndpointsWithSpringFramework5.0 -------------------------------------------------------------------------------- /TPP.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/TPP.key -------------------------------------------------------------------------------- /TPP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/TPP.md -------------------------------------------------------------------------------- /TPP.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/TPP.pdf -------------------------------------------------------------------------------- /Tell-Dont-Ask.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/Tell-Dont-Ask.jpeg -------------------------------------------------------------------------------- /TransformationList.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/TransformationList.png -------------------------------------------------------------------------------- /Triangulation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/Triangulation.md -------------------------------------------------------------------------------- /WebApplicationArchitecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/WebApplicationArchitecture.md -------------------------------------------------------------------------------- /WritingTestableCode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/WritingTestableCode.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/_config.yml -------------------------------------------------------------------------------- /android.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/android.md -------------------------------------------------------------------------------- /architecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/architecture.md -------------------------------------------------------------------------------- /architecture_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/architecture_02.png -------------------------------------------------------------------------------- /architecture_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/architecture_03.png -------------------------------------------------------------------------------- /architecture_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/architecture_04.png -------------------------------------------------------------------------------- /architecture_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/architecture_05.png -------------------------------------------------------------------------------- /architecture_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/architecture_06.png -------------------------------------------------------------------------------- /architecture_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/architecture_07.png -------------------------------------------------------------------------------- /architecture_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/architecture_1.png -------------------------------------------------------------------------------- /architectures/domain-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/architectures/domain-1.png -------------------------------------------------------------------------------- /architectures/domain-model-pattern.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/architectures/domain-model-pattern.md -------------------------------------------------------------------------------- /architectures/vertical-slice.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/architectures/vertical-slice.md -------------------------------------------------------------------------------- /classic-london-school-tdd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/classic-london-school-tdd.md -------------------------------------------------------------------------------- /composition-over-inheritance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/composition-over-inheritance.md -------------------------------------------------------------------------------- /core-of-oop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/core-of-oop.md -------------------------------------------------------------------------------- /dao-vs-repository.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/dao-vs-repository.md -------------------------------------------------------------------------------- /evolutionary-architecture.mmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/evolutionary-architecture.mmap -------------------------------------------------------------------------------- /evolutionary-architecture.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/evolutionary-architecture.pdf -------------------------------------------------------------------------------- /functional_programming_for_java_developers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/functional_programming_for_java_developers.md -------------------------------------------------------------------------------- /img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/img.png -------------------------------------------------------------------------------- /img_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/img_1.png -------------------------------------------------------------------------------- /img_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/img_10.png -------------------------------------------------------------------------------- /img_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/img_11.png -------------------------------------------------------------------------------- /img_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/img_12.png -------------------------------------------------------------------------------- /img_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/img_13.png -------------------------------------------------------------------------------- /img_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/img_14.png -------------------------------------------------------------------------------- /img_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/img_15.png -------------------------------------------------------------------------------- /img_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/img_16.png -------------------------------------------------------------------------------- /img_17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/img_17.png -------------------------------------------------------------------------------- /img_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/img_18.png -------------------------------------------------------------------------------- /img_19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/img_19.png -------------------------------------------------------------------------------- /img_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/img_2.png -------------------------------------------------------------------------------- /img_20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/img_20.png -------------------------------------------------------------------------------- /img_21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/img_21.png -------------------------------------------------------------------------------- /img_22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/img_22.png -------------------------------------------------------------------------------- /img_23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/img_23.png -------------------------------------------------------------------------------- /img_24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/img_24.png -------------------------------------------------------------------------------- /img_25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/img_25.png -------------------------------------------------------------------------------- /img_26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/img_26.png -------------------------------------------------------------------------------- /img_27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/img_27.png -------------------------------------------------------------------------------- /img_28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/img_28.png -------------------------------------------------------------------------------- /img_29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/img_29.png -------------------------------------------------------------------------------- /img_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/img_3.png -------------------------------------------------------------------------------- /img_30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/img_30.png -------------------------------------------------------------------------------- /img_31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/img_31.png -------------------------------------------------------------------------------- /img_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/img_32.png -------------------------------------------------------------------------------- /img_33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/img_33.png -------------------------------------------------------------------------------- /img_34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/img_34.png -------------------------------------------------------------------------------- /img_35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/img_35.png -------------------------------------------------------------------------------- /img_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/img_4.png -------------------------------------------------------------------------------- /img_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/img_5.png -------------------------------------------------------------------------------- /img_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/img_6.png -------------------------------------------------------------------------------- /img_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/img_7.png -------------------------------------------------------------------------------- /img_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/img_8.png -------------------------------------------------------------------------------- /img_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/img_9.png -------------------------------------------------------------------------------- /insideout-outsidein-tdd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/insideout-outsidein-tdd.md -------------------------------------------------------------------------------- /intellij-2020.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/intellij-2020.md -------------------------------------------------------------------------------- /intellij.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/intellij.md -------------------------------------------------------------------------------- /kotlin-for-android-developers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/kotlin-for-android-developers.md -------------------------------------------------------------------------------- /law-of-demeter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/law-of-demeter.md -------------------------------------------------------------------------------- /london_vs_chicago.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/london_vs_chicago.md -------------------------------------------------------------------------------- /mac-tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/mac-tools.md -------------------------------------------------------------------------------- /mock_rest_test.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/mock_rest_test.md -------------------------------------------------------------------------------- /mysql_group_by_to_concatenate_strings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/mysql_group_by_to_concatenate_strings.md -------------------------------------------------------------------------------- /primefactor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/primefactor.md -------------------------------------------------------------------------------- /refactoring-tech/ai_remove_dup_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/refactoring-tech/ai_remove_dup_1.png -------------------------------------------------------------------------------- /refactoring-tech/composed_method.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/refactoring-tech/composed_method.md -------------------------------------------------------------------------------- /refactoring-tech/duplicate_if.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/refactoring-tech/duplicate_if.md -------------------------------------------------------------------------------- /refactoring-tech/duplicate_if_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/refactoring-tech/duplicate_if_1.png -------------------------------------------------------------------------------- /refactoring-tech/duplicate_if_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/refactoring-tech/duplicate_if_2.png -------------------------------------------------------------------------------- /refactoring-tech/duplicate_if_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/refactoring-tech/duplicate_if_3.png -------------------------------------------------------------------------------- /refactoring-tech/duplicate_if_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/refactoring-tech/duplicate_if_4.png -------------------------------------------------------------------------------- /refactoring-tech/duplicate_if_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/refactoring-tech/duplicate_if_5.png -------------------------------------------------------------------------------- /refactoring-tech/duplicate_if_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/refactoring-tech/duplicate_if_6.png -------------------------------------------------------------------------------- /refactoring-tech/images/ai_rename_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/refactoring-tech/images/ai_rename_1.png -------------------------------------------------------------------------------- /refactoring-tech/images/ai_rename_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/refactoring-tech/images/ai_rename_2.png -------------------------------------------------------------------------------- /refactoring-tech/images/duplicate_loop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/refactoring-tech/images/duplicate_loop.png -------------------------------------------------------------------------------- /refactoring-tech/images/introduce_parameter_object_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/refactoring-tech/images/introduce_parameter_object_1.png -------------------------------------------------------------------------------- /refactoring-tech/images/introduce_parameter_object_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/refactoring-tech/images/introduce_parameter_object_2.png -------------------------------------------------------------------------------- /refactoring-tech/images/introduce_parameter_object_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/refactoring-tech/images/introduce_parameter_object_3.png -------------------------------------------------------------------------------- /refactoring-tech/images/introduce_parameter_object_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/refactoring-tech/images/introduce_parameter_object_4.png -------------------------------------------------------------------------------- /refactoring-tech/images/introduce_parameter_object_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/refactoring-tech/images/introduce_parameter_object_5.png -------------------------------------------------------------------------------- /refactoring-tech/images/introduce_parameter_object_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/refactoring-tech/images/introduce_parameter_object_6.png -------------------------------------------------------------------------------- /refactoring-tech/images/introduce_parameter_object_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/refactoring-tech/images/introduce_parameter_object_7.png -------------------------------------------------------------------------------- /refactoring-tech/images/introduce_parameter_object_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/refactoring-tech/images/introduce_parameter_object_8.png -------------------------------------------------------------------------------- /refactoring-tech/images/invert-if.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/refactoring-tech/images/invert-if.png -------------------------------------------------------------------------------- /refactoring-tech/images/remove_dup_using_generic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/refactoring-tech/images/remove_dup_using_generic.png -------------------------------------------------------------------------------- /refactoring-tech/images/value1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/refactoring-tech/images/value1.png -------------------------------------------------------------------------------- /refactoring-tech/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/refactoring-tech/img.png -------------------------------------------------------------------------------- /refactoring-tech/img_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/refactoring-tech/img_1.png -------------------------------------------------------------------------------- /refactoring-tech/img_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/refactoring-tech/img_10.png -------------------------------------------------------------------------------- /refactoring-tech/img_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/refactoring-tech/img_11.png -------------------------------------------------------------------------------- /refactoring-tech/img_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/refactoring-tech/img_12.png -------------------------------------------------------------------------------- /refactoring-tech/img_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/refactoring-tech/img_2.png -------------------------------------------------------------------------------- /refactoring-tech/img_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/refactoring-tech/img_3.png -------------------------------------------------------------------------------- /refactoring-tech/img_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/refactoring-tech/img_4.png -------------------------------------------------------------------------------- /refactoring-tech/img_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/refactoring-tech/img_5.png -------------------------------------------------------------------------------- /refactoring-tech/img_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/refactoring-tech/img_6.png -------------------------------------------------------------------------------- /refactoring-tech/img_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/refactoring-tech/img_7.png -------------------------------------------------------------------------------- /refactoring-tech/img_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/refactoring-tech/img_8.png -------------------------------------------------------------------------------- /refactoring-tech/img_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/refactoring-tech/img_9.png -------------------------------------------------------------------------------- /refactoring-tech/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/refactoring-tech/index.md -------------------------------------------------------------------------------- /refactoring-tech/invert-if.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/refactoring-tech/invert-if.md -------------------------------------------------------------------------------- /refactoring-tech/vertical-slicing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/refactoring-tech/vertical-slicing.md -------------------------------------------------------------------------------- /refactoring-tech/vs_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/refactoring-tech/vs_1.png -------------------------------------------------------------------------------- /sort.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/sort.md -------------------------------------------------------------------------------- /template-callback.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/template-callback.md -------------------------------------------------------------------------------- /template-callback/create-parameter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/template-callback/create-parameter.png -------------------------------------------------------------------------------- /template-callback/extract-method-object.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/template-callback/extract-method-object.png -------------------------------------------------------------------------------- /template-callback/extract-method.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/template-callback/extract-method.png -------------------------------------------------------------------------------- /template-callback/org-source-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/template-callback/org-source-0.png -------------------------------------------------------------------------------- /template-callback/org-source-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/template-callback/org-source-1.png -------------------------------------------------------------------------------- /testing-private-methods.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/testing-private-methods.md -------------------------------------------------------------------------------- /type-subclassing2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/msbaek/memo/HEAD/type-subclassing2.md --------------------------------------------------------------------------------