Closed cmlh closed 11 years ago
@cmlh I appreciate your work on this, but I'm going to decline this PR.
_ref
, except perhaps when the variable is a references to scalar. When it's a reference to a hash, array, or code, the name and context should be sufficent. I think the _ref
suffix just makes the code less readable.I hope I don't discourage you from further contributions. Thank you!
@semifor,
No not at all and I am in agreement with a majority of what you have stated.
Perhaps the solution would be to fork oauth_desktop.pl to create a more complex separate example within Net::Twitter? I'll create new pull requests as I refactor oauth_desktop.pl so you can monitor its development
I renamed $status to $statuses_ref to reflect Perl Best Practices
I have also incorporated the Smart::Comments CPAN Module which can be enabled by removing the "#" characters at the beginning of the line below:
The Smart::Comments CPAN Module will print similar text (i.e. the example quoted below is specific to my twitter account) to STDERR:
The next stage is to create a sub() to traverse the last 3200 tweets from timeline.
Please let me know if you prefer to receive pull requests from a topic branch instead of Master?