【1/5 12:30 大會報告,本梯次已額滿,填寫表單可優先排入等待清單中,依序遞補,也會優先收到下一梯開課通知,以便手刀搶早鳥票】
凌晨一點了,是該來開放報名 2021 年六月份梯次的【#針對遺留代碼加入單元測試的藝術】
活動介紹:https://tdd.best/courses/unit-testing-gracefully-with-legacy-code-202106/
手刀報名:https://forms.gle/C8DjSkk33D8UMjai9
目前上課範例支援語言:
Java, C#, PHP, JavaScript, Python, Ruby, Kotlin
不用擔心基礎不夠或是實體課程回去無法複習,上課對程式碼的每一個修改,都有對應的 commit history,而且也都有對應的操作影片,讓大家回去可以從頭再練習一次。
課前、課中、課後也有討論群組供發問、分享。
恩,錯過這梯次就又要等半年以上囉,人生沒那麼多個半年可以耗,單元測試在各個 software engineer JD 上幾乎都一定會被列上去,不要只是會寫加法器或書裡面的範例而已,不要只是會用 IDE, test framework 跟 mock framework 而已,你要面對的是 legacy code,怎麼解決雞生蛋、蛋生雞的問題,才是真正務實的單元測試。
#業界第一品牌
#我就是不要臉
「unit test kotlin」的推薦目錄:
- 關於unit test kotlin 在 91 敏捷開發之路 Facebook 的最佳解答
- 關於unit test kotlin 在 Introduction to Unit Testing with Kotlin - GitHub 的評價
- 關於unit test kotlin 在 How to write a unit test for a function with specific type in kotlin 的評價
- 關於unit test kotlin 在 kotlinx-coroutines-test 的評價
- 關於unit test kotlin 在 Spring boot github api 的評價
unit test kotlin 在 How to write a unit test for a function with specific type in kotlin 的推薦與評價
... <看更多>
unit test kotlin 在 kotlinx-coroutines-test 的推薦與評價
This package provides testing utilities for effectively testing coroutines. Using in your project. Add kotlinx-coroutines-test to your project test dependencies ... ... <看更多>
unit test kotlin 在 Introduction to Unit Testing with Kotlin - GitHub 的推薦與評價
Unit Test is a piece of code that is not a part of your application. It can create and call all of your application's public classes and methods. But why would ... ... <看更多>