"elixir code" metninin Korece çevirisi
Bu giriş bulunamadı. Yaklaşık sonuçlar gösteriliyor. Yazımı kontrol edin veya bu terimin sözlüğe eklenmesini önerin.
Roughly speaking, the compilation of Elixir code happens in three phases
간단히 말해서, Elixir 코드의 컴파일은 세 단계에 걸쳐 진행됩니다.
While I'm convinced that writing macros is not very hard, it certainly requires a higher level of attention compared to plain Elixir code.
저는 매크로를 작성하는 것이 그렇게 어렵지 않다고 확신하고 있지만, 그래도 일반적인 Elixir 코드를 작성할 때보다 더 높은 집중력을 요구한다는 것은 확실합니다.
In practice these occur very infrequently in newer Elixir code but it's important to know and understand them nonetheless.
요즘 Elixir 코드에서는 많이 발견되지 않지만, 이들을 알고 이해하는 것이 중요합니다.
Documenting Elixir code.
이 번역은 최신입니다. Elixir 코드 문서화하기.
Another mechanism for working with errors in Elixir is throw and practice these occur very infrequently in newer Elixir code but it's important to know and understand them nonetheless.
Elixir에서 에러를 다루는 또 다른 방법은 throw와 Elixir 코드에서는 많이 발견되지 않지만, 이들을 알고 이해하는 것이 중요합니다.
In this lesson we'll look at how to test our Elixir code with ExUnit and some best practices for doing so.
이번 수업에서는 ExUnit을 사용해서 Elixir 코드를 테스트하는 방법과 테스트하는 데 있어서 가장 효율적인 절차를 함께 살펴보도록 하겠습니다.
Interoperability allows us to leverage those libraries and the Erlang standard lib from our Elixir code.
상호 운용성은 우리의 Elixir 코드에서 이러한 라이브러리들과 Erlang 표준 라이브러리를 사용할 수 있도록 해줍니다.
Thankfully for us, we can use the Erlang debugger to debug our Elixir code.
고맙게도 Elixir 코드를 디버깅하기위해 Erlang의 디버거를 사용할 수 있습니다.
Erlang's extensive standard library can be accessed from any Elixir code in our application.
Erlang의 방대한 표준 라이브러리는 애플리케이션의 어떤 Elixir 코드에서든지 접근할 수 있습니다.
In this lesson we'll learn about debugging Elixir code as well as static analysis tools to help find potential bugs. Table of Contents
이 강좌에서는 Elixir 코드를 디버깅하는 법과 정적 분석 도구를 사용해 버그의 가능성을 찾는 법을 배워보도록 하겠습니다.