Tagged Questions

2
votes
4answers
198 views

What is Surfacing?

Joel Spolsky mentioned "surfacing" on the SO podcast. What's it mean? (perhaps something like "exposing" (as in "exposing an interface)?
5
votes
1answer
212 views

Preventing XSS exploits using the type system as Joel suggested?

In Podcast 58 (about 20 minutes in), Jeff complains about the problems of HTML.Encode() and Joel talks about using the type system to have ordinary strings and HTMLStrings: A brief political …