Synopsis: Naive Trees

Let's have an introduction to the antipattern for Naive Trees by learning its objective and uses.

Let’s suppose you work as a software developer for a famous website for science and technology news.

It’s a modern website, so readers can write comments and reply to each other, forming threads of discussion that both branch out and extend deeply. You want to track these reply chains and choose a simple solution for it—that each comment references the comment to which it replies.

Get hands-on with 1200+ tech skills courses.