Timeline for Parsing Valve Map Files (VMF) into a tree like structure
Current License: CC BY-SA 3.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 9, 2014 at 17:42 | vote | accept | BenVlodgi | ||
| Mar 21, 2014 at 16:14 | comment | added | svick | Using interfaces makes sense for public parts of your code (like method parameters and return values). But for local variables, there is no need to do that. | |
| Mar 21, 2014 at 13:02 | comment | added | BenVlodgi |
Thank you, I hadn't actually tested the manual creation of Properties and Blocks yet as it takes a lot more effort than loading up a file. nBody meant newBody, but I see your point. I didn't use var because that would evaluate nBody to be a List<T> vs an IList<T> while this probably would be fine here, I'm just in the habit of using IList<T>.
|
|
| Mar 21, 2014 at 1:20 | history | answered | svick | CC BY-SA 3.0 |