Oskar Gewalli's blog articles

0
comment
on 2/19/2012 9:01 AM
Looks like John Resig has implemented the diff algorithm in javascript. This looks quite useful. Could be valuable for client side use. There is however a npm package that perhaps can used when analysing the code coverage information.
>> Read the full article
.
0
comment
on 2/19/2012 8:54 AM
What if we could do a continuous code coverage? That is, while debugging and testing the app, storing the coverage information. A first version would consider lines that are not changed as covered if they have been executed during previous runs. This could be a sort of blunt tool to help isolate code that should be flagged either for removal, for code review, automatic or manual testing. It should be simple enough to send information about code coverage when running javascript code. The challenge is to map[...]
>> Read the full article
.
0
comment
on 2/17/2012 11:36 AM
When programming on windows, you will sometimes need to execute batch files. It might seem like a good idea to do something simple in a batch file. This is the time you should realize that it it’s a slippery slope. Dont go there. There are excellent alternatives! Powershell works well for scripting (as long as you accept the signing or set-execution-policy). Ruby is sweet for scripting. There are alternatives that will let simple things be simple.
>> Read the full article
.
0
comment
on 1/29/2012 5:14 AM
The more I think about the metro style, it sounds really revolutionary for microsoft design. I’ve started looking at how the new windows phone style looks. It looks more modern than the other themes for smart phones. Probably because it’s not been used as much. I feel that windows aero was to bloated in visual space. It looks sweet on a machine with high enough resolution and screen space, but looks to bulky on other things. The default margins take to much space. The classic gray theme has been my preferr[...]
>> Read the full article
.
0
comment
on 12/30/2011 12:40 AM
Press ctrl+d Enter> of   Then start typing the file name.
>> Read the full article
.
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper