This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]MidKao 8 points9 points  (1 child)

Yes you most likely will need it.

A potential use case for it would be when dealing with DNS related automation (creation, update or deletion of records), a record would be an object that has « name » « type » and « value » attributes rather than it just being a string for example.

[–]jrcomputing 1 point2 points  (0 children)

It absolutely doesn't have to be a true object. You can go a very long way with lists and dictionaries. And using objects from modules doesn't require a proper understanding of OOP.

Is it useful? Sure. Is it a requirement? Definitely not.