The ucd tag has no wiki summary.
20
votes
6answers
2k views
Python regex matching Unicode properties
Perl and some other current regex engines support Unicode properties, such as the category, in a regex. E.g. in Perl you can use \p{Ll} to match an arbitrary lower-case letter, or p{Zs} for any space ...
0
votes
1answer
98 views
What best practices should we be aiming for to get great products delivered?
The web development team I work in works with a user experience team that follow User Centered Design principles. Together we all work within Scrum.
What best practices should we be aiming for to get ...
16
votes
12answers
784 views
What are some good examples showing that “I am not the user”?
I'm a software developer who has a background in usability engineering. When I studied usability engineering in grad school, one of the professors had a mantra: "You are not the user". The idea was ...