Links tagged “bestpractice”
4 links, newest first.
github.com
Short guide to the Python 3 features that make the migration worthwhile for data scientists — matrix multiplication operator, pathlib, type hints, f-strings and unicode.
martinfowler.com
Canonical account of continuous integration: everyone merges to mainline at least daily, and an automated build with tests verifies each integration.
geosoft.no
A numbered checklist of rules for writing unit tests — keep them small, fast, fully automated, independent of each other and readable.
line25.com
Ten common web design mistakes that hurt usability — unlabelled form fields, non-clickable logos, badly styled links — each with the conventional fix.



