Letters from Readers

Reader Feedback: Design a Path to Better UX

Readers had mixed reactions to "Good UI Design Is No Longer Optional":

Programming since the early '80s, I've come to appreciate a good UI. I live by a discussion I once had with my late father-in-law, Bob, who said: "I want to be able to end world hunger, cure cancer and fly to the moon, all with one click of a button." Basically, what he was saying was that any app crafted to solve a problem should solve that problem with the least amount of button clicks and user intervention.

Scott Gutauckis
Daytona Beach, Fla.

[UI design] should be a job of the designer/analyst, not the developer.

Zuuzie
Posted Online

Getting developers to care about design is an issue I've been fighting for more than a decade. I've been encouraged to see the industry slowly start to provide more opportunities for UI specialists, but there's still a long way to go. Unfortunately, Microsoft only has a general Software Development Engineer job category, where candidates must be experts in C#/object-oriented programming to get hired. This means that people who are highly skilled with front-end UI design integration have no place in the company because there's no job category that recognizes their skills. So even internally, Microsoft continues to struggle with emphasizing the importance of design.

Zymara
Posted Online

Passing on Structs
VSM Tools Editor Peter Vogel wrote about structs versus classes in a recent Practical .NET column, "Use Structs Instead of Classes to Pass Data Uniquely". Some readers still prefer classes:

While you can add methods to structs, you'll face some limitations. For example, if you try to add a new method with parameters, then you can't also have a parameter-less New method -- the struct won't let you overload New. Also, I wouldn't be entirely comfortable with counting on the difference in the built-in clone behavior. If it were up to me, I'd still prefer the class and implement iCloneable as necessary. Then future revisions of the compiler and code are clearer.

Des
Posted Online

Peter Vogel responds:
Actually, I think the problem with constructors is much worse than you describe (at least in Visual Basic) -- I don't think you can have a parameter-less constructor under any circumstances.

About the Author

This story was written or compiled based on feedback from the readers of Visual Studio Magazine.

comments powered by Disqus

Featured

  • Mastering AI Development and Building AI Apps with GitHub Copilot

    Two Microsoft experts explain how GitHub Copilot is evolving from a coding assistant into a broader platform for building, customizing and testing AI-powered developer workflows.

  • VS Code 1.123 Adds Agent Session Sync, 1M Context Windows

    Microsoft released Visual Studio Code 1.123 on June 3, adding agent-focused features, larger model context support, integrated browser updates and a new delay for some automatic extension updates.

  • Copilot Billing Shock Hits Developers

    Developer complaints about GitHub Copilot's new usage-based billing model have centered on unexpectedly rapid AI credit consumption, and neither GitHub nor Microsoft has responded directly to the backlash, though they have previously published guidance to lessen model usage costs.

  • Hands On with GitHub Copilot App Technical Preview: Turning a Blazor Issue into a PR

    GitHub's brand-new Copilot desktop app, in technical preview, handled a small Blazor issue from planning through pull request creation, but the hands-on test also showed why developers still need to verify agent work in the running app before merging.

Subscribe on YouTube