Skip to content

Relationship between SafePerson and SafeTwitterAccount #1

@rajsenthil

Description

@rajsenthil

I came to this repo from the stackoverflow posting
Between SafePerson and SafeTwitterAccount , there is method calls in the order

  1. SafeTwitterAccount.addFollower(SafePerson follower) => follower.startFollowingTwitter(this);
  2. SafePerson.startFollowingTwitter(SafeTwitterAccount account) => account.addFollower(this);

will these not lead to an infinite loop?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions