• 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
proweber1 Avatar
Name:Vyacheslav
Clan:PSCB
Member Since:Aug 2016
Last Seen:May 2020
Profiles:
Following:6
Followers:3
Allies:3
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (45)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • jlouwere
    • commented on "Sum without highest and lowest number" java solution
    • 17 months ago

    There is no real convention, no.

    My rule of thumb is that if it makes the code cleaner and easier to read and maintain (this last point being the most important), then use streams. If not, then use normal loop iteration.

  • Custom User Avatar
    • dufellipeR
    • commented on "Sum without highest and lowest number" java solution
    • 2 years ago

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

  • Custom User Avatar
    • artemoxa
    • commented on "Sum without highest and lowest number" java solution
    • 2 years ago

    not for this task, way too slow

  • Custom User Avatar
    • jlouwere
    • commented on "Sum without highest and lowest number" java solution
    • 2 years ago

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

  • Custom User Avatar
    • dufellipeR
    • commented on "Sum without highest and lowest number" java solution
    • 2 years ago

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

  • Custom User Avatar
    • Madjosz
    • commented on "Minimum Steps (Array Series #6)" java solution
    • 2 years ago

    No, it will fail with an ArrayIndexOutOfBoundsException.

  • Custom User Avatar
    • s-meenaghan7
    • commented on "Format words into a sentence" java solution
    • 4 years ago

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

  • Custom User Avatar
    • anti0m3ga
    • commented on "All Star Code Challenge #22" javascript solution
    • 4 years ago

    The power of ES6

  • Custom User Avatar
    • dinglemouse
    • commented on "Minimum Steps (Array Series #6)" java solution
    • 6 years ago

    Kata says:

    Threshold K will always be reachable.

  • Custom User Avatar
    • proweber1
    • commented on "IntroToArt" java solution
    • 6 years ago

    Cool

  • Custom User Avatar
    • proweber1
    • commented on "Bingo ( Or Not )" java solution
    • 6 years ago

    Wow. It's cool

  • Custom User Avatar
    • proweber1
    • commented on "Testing 1-2-3" java solution
    • 6 years ago

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

  • Custom User Avatar
    • proweber1
    • commented on "Minimum Steps (Array Series #6)" java solution
    • 6 years ago

    In case when sum of all numbers < k your code will be execute infinity

  • Custom User Avatar
    • Ramaloke
    • commented on "Find the missing letter" java solution
    • 6 years ago

    If the passed array has no missed letters, your solution will end with ArrayIndexOutOfBoundsException.
    For instance, ['a', 'b', 'c', 'd', 'e'] -> ' '.

  • Custom User Avatar
    • proweber1
    • commented on "Nice Array" java solution
    • 6 years ago

    bad performance

  • Loading more items...
  • © 2025 Codewars
  • About
  • API
  • Blog
  • Privacy
  • Terms
  • Code of Conduct
  • Contact

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...