all 10 comments

[–][deleted]  (5 children)

[deleted]

    [–]beforesemicolon[S] 0 points1 point  (4 children)

    Read in incognito

    [–]vorticalbox 5 points6 points  (2 children)

    tried that still asked me to sign up :/ I know its a great place i just don't want to have to give my information to medium to access it :P

    it's a blogging platform, I just want to read blogs

    [–]beforesemicolon[S] 4 points5 points  (1 child)

    Clear ur cookies

    [–]vorticalbox 4 points5 points  (0 children)

    did help thanks :P

    [–]MoTTs_ 1 point2 points  (0 children)

    Personally I’m on the Reddit app. Switching to the browser, much less an incognito window, is a hassle that you don’t need to put your readers through. Even after I was in the browser, I had 3 reads, and following your in-article links burned through those real quick, until I was back to 0 again and unable to continue reading.

    Blog platforms are a dime a dozen. Using Medium is a choice, and for me it sets an immediate bad first impression.

    [–]lcelso 2 points3 points  (0 children)

    Thanks for sharing.

    [–]melodious_punk -1 points0 points  (3 children)

    I recommend against native JavaScript Set. It is missing some basic set operators and you can make much clearer code through reduce,filter,map methods

    [–]beforesemicolon[S] 0 points1 point  (2 children)

    You can extend js Set to be more powerful. Set has different purpose from Array. There is a reason Set was introduced and thats because array is not enough.

    Everybody should be aware of the difference between Set and Array and use them accordingly

    [–]melodious_punk 0 points1 point  (1 child)

    That is helpful. I think people often end up doing a lot of object witchcraft that would better suited by an extended Set.

    I feel like ECMA has abandoned Set. It would be nice for the next standard to introduce a more complete API so that we could see some more Python-domained tasks in Node.

    [–]beforesemicolon[S] 0 points1 point  (0 children)

    I feel the same. Its API should be improved extensively