About

I am a software developer in Seattle, building a new AI software company.

Ads

May 2012

Sun Mon Tue Wed Thu Fri Sat
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31    

Ads


« PDC Anticipation | Main | Office Reinvention »

September 14, 2005

Comments

Eric Newton

Wesner:
I agree with you on your weak XML in C#... after seeing C-Omega, I was happy to see some kind of strong compiler checking (given a coherent schema). Its just nice to have that additional checking going on before the program hits an eventual runtime bug where I meant to say versus .

Thankfully, EnC in C# helped a lot of those dumb little string literal typos, (but EnC doesnt work in ASP.Net web apps, which is 98% of the apps that I work on)

On the point of FLOWR vs SQL, thats an obvious one, as mentioned by Anders, where you have no idea what to "SELECT" until the FROM narrows down the scope of search. SQL has always felt awkward to me, and this is the reason why. So, I'm definitely seeing a huge benefit to migrating to narrowing scope operations, which gives you Intellisense support as well! A big plus in my book.

Does this now mean we should change everything "for better Intellisense support?" Not sure about that one, but the benefits are obvious.

The comments to this entry are closed.