เล่าก่อน lint หรือ linter คือโปรแรกมที่ใช้วิเคราะห์ code ในภาษา C แต่ปัจจุบันนี้หมายถึง static code analyzer ในภาษาโปรแกรมต่าง ๆ
เช่น ถ้าเรา เขียน
if var studentName = student.name { print(studentName)}