좋은영상감사합니다. 책이든 뭐든 예시가전부 db객체나 spring코드라서 이해하기 까다로웠는데 일반적인 코드를 예시로 들어주셔서 이해가 쉬워요
@분수-g8n2 жыл бұрын
좋은 영상 감사합니다 :)
@yoonbibibi78982 жыл бұрын
대박..... 넘 감사합니다..!
@daw2able2 жыл бұрын
이탈리안 bmt 재밌게 보았습니당 ..!
@jinlim11032 жыл бұрын
자기 맘대로 인버젼 오브 콘트롤을 해석하고 있네요. 그래도 되는건가요? In software engineering, inversion of control (IoC) is a programming principle. IoC inverts the flow of control as compared to traditional control flow. In IoC, custom-written portions of a computer program receive the flow of control from a generic framework. A software architecture with this design inverts control as compared to traditional procedural programming: in traditional programming, the custom code that expresses the purpose of the program calls into reusable libraries to take care of generic tasks, but with inversion of control, it is the framework that calls into the custom, or task-specific, code. 위키피디아 첫줄입니다.