Vadim Milichev

- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
-
Vadim Milichev created a post, What's the recommended approach for namespace handling in javascript?
Hey,We have a set of javascript "modules" organized in "namespaces" - object hierarchy rooted in the global object (window).In some cases we use an utility createNs("namespace.name")(it works exact... -
Vadim Milichev created a post, Inherit every test class from a new base class
Hi,What's your suggestions for the following?1. Find all classes in the project decorated with [TestClass] (we have about 90 of such)2. Inherit it from BaseTest class, if not yet.Some of classes to... -
-
Vadim Milichev commented, -
-
Vadim Milichev created a post, Replace Pattern should add an argument to method call but does nothing
Hi,Writing a pattern to enforce specifying culture in parse methods (any existing?)Search pattern:$double$.Parse($arg$)$arg$ - expression of System.String;$double$ - System.Double typeReplace patte... -
-