
|
Make real APIs API method as a first class construct Parameters are important Don’t' stuff meaningful parameters into Specificity: ioctl() .vs. tcgetattr() .vs. makeraw()? The socket library gives generic calls But they perform specific functions bind(), not ioctl(fd, SIOCBIND, &addr) Some balance is required |