8
crafter
6y

Wrote a c# wrapper around a library exposing the exact same functions.

Comments
  • 2
    @jAsE Jup told my it lead that it's unnecessary to write a wrapper but he was convinced that is would make things easier for the other coders. Now they have to copy/include two dlls instead of one.
  • 2
    Im currently in the process of developing my app written in c#. In order to have complete control over the data i made the class that will recursivly create a tree from another tree provided by the json parsing lib.

    After few days of thinking what would be the fastest, simplest and the most useful way i made the same data structure as i was getting from the parser...
Add Comment