• Sign Up
  • Kata
  • Kumite
  • Blog
  • Forum
  • Wiki
  • Leaders
  • Log In
  • Sign Up
Name:Max Donchenko
Clan:Lab5Farm
Skills:javascript, node.js, jquery, ajax
Member Since:Feb 2016
Last Seen:Apr 2021
Profiles:
Following:17
Followers:23
Allies:17
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (235)
  • Replies
  • Authored
  • Needs Resolution
    • goodwin64
    • resolved a suggestion on "Get the Excel column title!" kata

    Hi, thanks for the suggestion!
    #1 is fixed, #2 is not actual because there are no code examples as is, but result of code invocation in console.

    • ParanoidUser
    • created a suggestion for "Get the Excel column title!" kata
    1. I'd suggest updating the description to have the Markdown headings rendered properly.
      Correct syntax: #Examples Python, Ruby: => # Examples Python, Ruby:

    2. As a minor improvement, code blocks could be annotated with specific language:
      Syntax:

      '''java,js
        <language specific code block>
      '''
      
    • hussamsindhu
    • commented on "Caffeine Script" javascript solution

    nice one :)

    • SweatyApe
    • commented on "Generate range of integers" javascript solution

    interesting. Did not think to declare the array with the for loop

    • BNM-9000
    • commented on "Money, Money, Money" java solution

    Not needed, in principle, and if you're speaking to genius. I made three: beforeTaxes, taxOnProfit and afterTaxes. More memory used, more lines, but much more clear. The only think I didn't see was that '1-tax' thing that I don't get yet.

    • user8436785
    • commented on "Triple Shiftian Numbers" python solution

    I see a pun there x)

    • Haksell
    • commented on "Triple Shiftian Numbers" python solution
    while loops:
        loops -= 1
    

    This is what for loops are for!

    • Voile
    • resolved an issue on "Get the Excel column title!" kata

    Fixed

    • Voile
    • resolved an issue on "Get the Excel column title!" kata

    Already done

    • FArekkusu
    • created an issue for "HTML Complementary Color" kata

    The number of random tests is too low. A wrong solution can pass.

    • brider
    • commented on "Money, Money, Money" java solution

    So much simplier than my solution which uses a bunch of variables that were not needed.

    • FArekkusu
    • created an issue for "Get the Excel column title!" kata

    Python 3 should be enabled.

    • goodwin64
    • resolved an issue on "HTML Complementary Color" kata

    Fixed

    • AlbertoCC
    • commented on "Generate range of integers" javascript solution

    Using var instead of let shortens the algorithm. Let variables have block scope so they have to be initialized outside the for loop.Var variables don't have block scope and therefore are accessible outside the loop and within the function scope.

    • ChrisGe
    • commented on "Money, Money, Money" python solution

    Yes I agree with goodwin64.The adjustment is not enough for the method

  • Loading more items...
  • © 2021 Codewars
  • About
  • API
  • Blog
  • Privacy
  • Terms
  • Contact
  • powered by

Confirm

  • Cancel
  • Confirm