Skip to content

Commit 64a9a37

Browse files
committed
Link to a newer article
1 parent 4cf20a2 commit 64a9a37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/snippets/js/s/complex-object-attributes-relationships.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,8 @@ This is a simple optimization that can greatly improve the performance of your a
348348
>
349349
> In reality, in my project I didn't implement this _exactly_ like that. The main difference is that I made the `id` attribute a **configurable set of attributes** that each model can define for itself. This makes the code a little more complicated and doesn't depart a ton of value at this point, but you can easily figure it out for yourself.
350350
351+
@[You may also like](/js/s/indexed-object-collections)
352+
351353
## Conclusion
352354

353355
In this second installment of our journey to implement an ActiveRecord-like pattern in JavaScript, we've focused on modeling complex object attributes and relationships. While it may have sounded a little intimidating at first, it wasn't so bad, right? The power of JavaScript's object-oriented features and built-in methods can help you abstract complexity fairly easily.

0 commit comments

Comments
 (0)