KKKyungCheol Kohinkckoh.hashnode.dev·Oct 5, 2022 · 1 min read2 October 2022 RetrospectiveFacts Learned about D-C-I patterns Exercised TDD Feelings it was the first time doing the TDD. I still think that i am not doing it correctly. Writing the blog is so much work. But it feels good when i write a good blog post. i think i like a chal...00
KKKyungCheol Kohinkckoh.hashnode.dev·Sep 29, 2022 · 1 min readSpring Web HierarchyHello, in this post, we will dive into the structures of the Spring web. The hierarchy There are Five layers Web Layer Service Layer Repository layer DTOs Domain Model Web layer The web layer includes controllers, exception handles and view templa...00
KKKyungCheol Kohinkckoh.hashnode.dev·Sep 25, 2022 · 2 min readSeptember 25, 2022 RetrospectivesFacts This week was a busy week for me. I implemented a basic Task app using spring. Through the code reviews, I learned many things like javadocs, immutable objects, and synchronized keywords. I also started this blog. O Feelings Out of all things,...00
KKKyungCheol Kohinkckoh.hashnode.dev·Sep 24, 2022 · 2 min readJavadocHello! In this article, i will discuss javadocs as well as some tips on writing javadocs. JavaDocs Javadoc is a documentation generation system, which reads comments in the source and generates compiled documentation in the form of HTML5. Why use jav...00
KKKyungCheol Kohinkckoh.hashnode.dev·Sep 23, 2022 · 2 min readThrowable Class and hierarchyHello! In this post, i will discuss java. lang.Throwable and the structure of the Throwable class. Throwable class The throwable class is the parent or superclass of all errors and exceptions. Thus, it is important that you do not throw Throwable cla...00