chills42

5,067
reputation
269 views

Registered User

name chills42
member for 1 year
seen 13 hours ago
website
location Indianapolis, IN
age 24
I work as a software automation engineer, mainly testing programs written in C# and C++.
Dec
7
accepted how to used Xenocode Browser Sandbox Deploy run application via IE
Dec
1
revised Mono compatible Dependency Injection Framework
cleaned up formatting a little
Nov
25
awarded  Nice Answer
Nov
23
answered R text editors for introductory statistics courses
Nov
20
answered How can one get a QA team more involved in the SDLC?
Nov
20
answered How to make documents evolve?
Nov
19
answered What are the biggest potential time wasters in development?
Nov
19
answered Regex Pattern for a File Name
Nov
18
answered Logging authentication attempts including passwords
Nov
18
comment Why change from WPF to Silverlight 4
True, but I think they've made some changes to allow a truly "out of browser" closer to the Adobe Air model.
Nov
18
answered Why change from WPF to Silverlight 4
Nov
16
comment Static variables in C#.
Regardless of the excuse, this is still the canonical answer that is given by Microsoft.
Nov
13
answered mySQL - Should I denormalise?
Nov
13
comment C#: Extract only right most n letters from a string
I'm not arguing for using this method if you really do only need the last 6, but if your goal is to extract a number (such as an id) that may change to 5 or 7 digits at some point in the future, this is a better way.
Nov
12
answered C#: Extract only right most n letters from a string
Nov
11
answered Why do we need mocking frameworks?
Nov
6
accepted Calling unmanaged function from C#: should I pass StringBuilder or use unsafe code?
Nov
6
revised Calling unmanaged function from C#: should I pass StringBuilder or use unsafe code?
deleted 3 characters in body
Nov
6
answered Calling unmanaged function from C#: should I pass StringBuilder or use unsafe code?
Nov
3
revised Loop through NSMutableArray of custom objects in the most memory efficient way
added 6 characters in body; deleted 6 characters in body
Nov
3
answered Is it possible to find two numbers whose difference is minimum in O(n) time
Nov
3
comment Who owns documentation?
While you're correct that developers usually aren't the best people for end-user documentation, they are the only ones with the full technical understanding of the system, and so it is necessary for their input to be a core part, without it, the end result is a series of useless screenshots by someone that doesn't understand the software.
Nov
3
answered Who owns documentation?
Nov
3
answered Is it possible to access a MS Access database with PHP on a Linux Web Server?
Nov
3
answered Regular expression listing all possibilities
Nov
3
comment MyComputer as initial directory
Svetlozar Angelov is correct though... it looks like "My Computer" is actually undefined...
Nov
3
revised MyComputer as initial directory
added 67 characters in body; added 4 characters in body; added 62 characters in body
Nov
3
answered MyComputer as initial directory
Nov
3
revised jQuery DatePicker not working on newly added row
post cleanup for markdown
Nov
2
answered MIT & GPL programs
Oct
30
answered a replace question
Oct
22
comment So, what is the best language to learn OOP on?
Yes, there are ways to make OOP easier, but that still doesn't mean it's "the one" to go with. This is the same kind of idea as onsmalltalk.com/functional-programming-in-smallta…
Oct
22
answered So, what is the best language to learn OOP on?
Oct
22
comment So, what is the best language to learn OOP on?
lisp is for functional programming...
Oct
16
comment Should I use `!IsGood` or `IsGood == false`?
That's true, but you could still say: if (!isValidDate) { instead of if ( isValidDate==false) {
Oct
14
answered Should I keep my Python code at 2.x or migrate to 3.x if I plan to eventually use Jython?
Oct
13
revised Selenium is to Web UI testing as ________ is to Windows application UI testing
added 12 characters in body
Oct
13
revised Windows Forms Test Automation
edited tags
Oct
13
answered Windows Forms Test Automation
Oct
13
awarded  Nice Answer
Oct
2
comment I’ve learnt jQuery, should I go back and learn “proper js”?
I was just speaking in generic terms, as it really applies to any language/framework pair.
Oct
2
answered I’ve learnt jQuery, should I go back and learn “proper js”?
Oct
1
awarded  Yearling
Sep
25
comment If you created a programming language, what would you call it?
I think this is perfectly valid, after all it has been said that naming is one of the two hardest programming problems.
Sep
25
answered If you created a programming language, what would you call it?
Sep
24
answered What is the difference between having a function in Jquery.Document and not having it in.
Sep
24
revised What is the difference between having a function in Jquery.Document and not having it in.
grammer/formatting
Sep
17
comment How can I make my relationship with QA less adversarial?
As others have said, this will not help your relationship with QA.
Sep
17
answered How can I make my relationship with QA less adversarial?
Aug
31
accepted Good / Cheap / Fast: Which two?