Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
2answers
150 views

Pragmatism and Accessibility

At what point does accessibility become non-pragmatic? and what is that shady gray area dictated by?
2
votes
2answers
70 views

Pragmatism or purity - Should we rely on GUI framework to store program state?

I was once in charged of creating a C# custom user control. It's a control with a bunch of collapsible sections. The control that user could click on it to toggle between collapse/expand state is a ...
1
vote
2answers
82 views

Orthogonailty with php development

Good morning, I am reading the "Pragmatic Programmer", I am at the section were they talk about "Orthogonailty" and the approach to take when coding. I was wondering if you can implement the ...
1
vote
8answers
240 views

Learning Ruby on Rails with Pragmatic book

I only have a background knowledge of java and C, and a bit of unix (learned from the first year Comp Sci) and i do know bit about HTML/CSS... anyways so i've started using the book and the book said ...
0
votes
1answer
24 views

Should I use separate models for Users and Profiles in Ruby on Rails 3 for the associations?

At first I had in mind just a User model for the authentication on my application but then i Decided to give this users a profile so I created the Profile model, now: User has_one :profile and ...
0
votes
3answers
35 views

pragmatic cross platform (and very fast to make it - actually - work) “throwaway” code: which language/tools? [closed]

my development style brings me to write a lot of throw-away "assisting" code, whether for automatic generation of code parts, semi-automated testing, and generally to build dummies, prototypes or ...
0
votes
0answers
22 views

Pragmatically creating a Video of a User Navigating to a Specific Page within a Website

We would like to create a movie pragmatically of two or three webpages being navigated into from the main website such as Home -> About Us -> Partners - We can pass three URLS to the program we will ...
0
votes
3answers
142 views

What are all the most common method/variable/class names that you use?

Most common method/variable/class names that you use often and that explain you intent clearly and precisely.Is there any pattern you follow to figure that out.