rharik

Stories submitted by rharik

Fluent hierarchical construction(lostechies.com)

submitted by rharikrharik(25) 3 years, 7 months ago

Building a hierarchy of objects doesn’t happen that often in code, but when it does, it can get pretty ugly. Most of the time, the hierarchy will come out of the database. Recently, we had a hierarchy that needed to be built straight in code. We had something like this going on: read more...

add a comment |category: |Views: 23

tags: another