ganghee / Android_Pattern

Repository, MVP, MVVM, AAC, Koin
0 stars 0 forks source link

5-1 함수의 파라미터가 많을 때 #12

Closed ganghee closed 5 years ago

ganghee commented 5 years ago

binding = DataBindingUtil.inflate(inflater,R.layout.fragment_upbit,container,false)

ganghee commented 5 years ago

In long argument lists, put a line break after the opening parenthesis. https://kotlinlang.org/docs/reference/coding-conventions.html#method-call-formatting

binding = DataBindingUtil.inflate(
            inflater,
            R.layout.fragment_upbit,
            container,
            false
        )