• Sign Up
    Time to claim your honor
  • Training
  • Practice
    Complete challenging Kata to earn honor and ranks. Re-train to hone technique
  • Freestyle Sparring
    Take turns remixing and refactoring others code through Kumite
  • Community
  • Leaderboards
    Achieve honor and move up the global leaderboards
  • Chat
    Join our Discord server and chat with your fellow code warriors
  • Discussions
    View our Github Discussions board to discuss general Codewars topics
  • About
  • Docs
    Learn about all of the different aspects of Codewars
  • Blog
    Read the latest news from Codewars and the community
  • Log In
  • Sign Up
tobyfee Avatar
Name:Toby Fee
Clan:Thinkful
Member Since:Feb 2018
Last Seen:Jul 2018
Profiles:
Following:1,117
Followers:1,118
Allies:1,113
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (15)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • Josh0702
    • commented on "The Alphabet Cipher" kata
    • 2 years ago

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar
    • aweleshetu
    • created a suggestion for "Giving your twitter bot a brain" kata
    • 6 years ago

    The solution below shouldn't pass, add some tests to make it fail.

    https://www.codewars.com/kata/reviews/5b4668e34d3b8468bc000bdc/groups/5d6cb441c968e8000108a2a2

  • Custom User Avatar
    • Konstantin Modin
    • created a suggestion for "Giving your twitter bot a brain" kata
    • 6 years ago

    Hello!
    Good kata, but my proposal is that random string should not contain any numbers (should contain characters a-z).
    Otherwise kata becomes very simple.

  • Custom User Avatar
    • Torkel
    • commented on "Giving your twitter bot a brain" kata
    • 7 years ago

    Title sounds interesting, idea is good, but the actual kata is very boring. Is this clickbait?

    Not sure what you could do to improve it though.

  • Custom User Avatar
    • tobyfee
    • resolved a suggestion on "Giving your twitter bot a brain" kata
    • 7 years ago

    oh gosh am I embarassed, left the number of iterations at 3 rather than 500 :/ also I did not think about a global being grabbed by the solution code, so I'll make that change too. Thank you!

  • Custom User Avatar
    • JohanWiltink
    • created a suggestion for "Giving your twitter bot a brain" kata
    • 7 years ago

    The new tests only test tweetArray[2] and [1]. Then i already gets bigger than the current length. Incidentally, i implicitly is a global variable, because you don't have let or var in front of it. This is now possible.

    You may want to while ( tweetArray.length ). And ramp up 3 a bit again, and let i. ( let has less subtleties than var. )

  • Custom User Avatar
    • tobyfee
    • resolved an issue on "Giving your twitter bot a brain" kata
    • 7 years ago

    added messages to all failures, though I didn't know a great way to have the duplicate test give useful output without several more lines of code.

    Side note: hope you don't talk to your team this way!

  • Custom User Avatar
    • tobyfee
    • resolved an issue on "Giving your twitter bot a brain" kata
    • 7 years ago

    if you find a duplicate, please let me know! I really thought 'unique strings' would exist in this format, though while I found the opposite (detect IF strings are unique) I couldn't find this one.

    length is resolved

  • Custom User Avatar
    • tobyfee
    • resolved an issue on "Giving your twitter bot a brain" kata
    • 7 years ago

    "no because it won't pass the leng-"

    d'oh, fixed!

  • Custom User Avatar
    • tobyfee
    • resolved a suggestion on "Giving your twitter bot a brain" kata
    • 7 years ago

    good note, fixed

  • Custom User Avatar
    • JohanWiltink
    • created a suggestion for "Giving your twitter bot a brain" kata
    • 7 years ago

    assertEquals takes its arguments in the order (actual,expected). When directly comparing user solution generated values to reference ( correct, expected ) values, having them switched around leads to major confusion.

  • Custom User Avatar
    • Firefly2002
    • created an issue for "Giving your twitter bot a brain" kata
    • 7 years ago

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar
    • JohanWiltink
    • created an issue for "Giving your twitter bot a brain" kata
    • 7 years ago

    Your test failure messages are useless for debugging. Tell us what you tested!

  • Custom User Avatar
    • JohanWiltink
    • created an issue for "Giving your twitter bot a brain" kata
    • 7 years ago

    I've done this before.

    Also, you're not testing for "cannot be more than 180 characters" - you're testing for <180 instead of <=180.

  • Custom User Avatar
    • Voile
    • created an issue for "The Alphabet Cipher" kata
    • 7 years ago

    This is just Vigenere cipher, which means it's a duplicate to at least http://www.codewars.com/kata/vigenere-cipher-helper.

  • © 2025 Codewars
  • About
  • API
  • Blog
  • Privacy
  • Terms
  • Code of Conduct
  • Contact

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...