λ. Thoughts -> Text

A blog by cybai

小朋友才『寫』測試,成熟的大人都 Property-Based Testing

October 05, 2021

本文將會簡介什麼是 Property-Based Testing,並透過簡單範例來解說該如何透過此手法做測試。

The Hitchhiker's Guide to Servo Contributor - Part III

February 23, 2020

Continuous Integration is important for software engineering. Good CI can save many times for engineers. In the 3rd posts of Servo Contributor series, I will introduce how CI works in Servo.

The Hitchhiker's Guide to Servo Contributor - Part II

August 27, 2019

While contributing to Servo, knowing how to test your implementation is important. So, the 2nd episode is all about WPT and how we can test it in Servo.

The Hitchhiker's Guide to Servo Contributor - Part I

August 05, 2019

The first episode of introducing how to contribute to Servo