pragmatic

Pragmatism and Accessibility

At what point does accessibility become non-pragmatic? and what is that shady gray area dictated by? ...

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 that we don't need to know html or ruby or css and that book would be kinda teaching all that as we go along.. And i'm at the part where w...

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. ...

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 label control. There's an image control right beside it that would change state to indicate whether the particular section is collapsed or ex...

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 "Orthogonailty" technique with php application development because in the book its mainly about software development ? Do you know of any articl...