Tagged Questions
The pragmatism tag has no wiki summary.
4
votes
1answer
148 views
The patterns and practices rabbit hole
I generally like to think of myself as a patterns and practices guy. I like the structure and guidelines that they give me, my teams, and my projects. In general I find that developing against best ...
3
votes
7answers
549 views
How do I reduce view duplication between client and server?
I'm working on an AJAXy project (Dojo and Rails, if the particulars matter). There are several places where the user should be able to sort, group, and filter results. There are also places where a ...
0
votes
2answers
542 views
c# design question - standalone GUI application
It's a pleasure to see how much knowledge people have on here, it's a treasure of a place.
I've seen myself writing code for DataGridView events - and using DataSource to a backend prepared DataTable ...