pacew / OpenSC

acos5 working area
https://github.com/pacew/OpenSC/wiki
GNU Lesser General Public License v2.1
4 stars 2 forks source link

coding style checklist #1

Open pacew opened 13 years ago

pacew commented 13 years ago
martinpaljak commented 13 years ago

New code could actually use sc_log and the related macros. The extra verbose SC_LOGDEBUG* symbols just clutter up source code. Also, I'd extend the line wrap to somewhere around 110 or so - most developers these days have (two) widescreen displays. But for a driver it is your call - new code and fixes is supposed to adjust what is around it, yet I'd be personally willing to see commits that change the wrap to more characters rather than fold it into awkward chunks.