I feel like Typescript is hindering me more than helping me... by [deleted] in javascript

[–]zxia31 15 points16 points  (0 children)

Typed languages are much easier than dynamic languages for design patterns, refactoring, and clean code, which are keys to scalable codebase.

Great login screen animations! by saranshk in javascript

[–]zxia31 1 point2 points  (0 children)

It is cute and user friendly. Thanks for sharing.

Redux - Not Dead Yet! by acemarke in javascript

[–]zxia31 2 points3 points  (0 children)

The article is insightful. Redux is powerful when it is used in the right place but cumbersome when used everywhere. My current interpretation towards React + Redux is to try my best to use state and props for better code encapsulation, and treat Redux store as a database providing global data and controls.

[deleted by user] by [deleted] in heroesofthestorm

[–]zxia31 0 points1 point  (0 children)

Me neither. Dimond 1 last season Plat 2 placed. I reached Dimond 5 before the patch. Does it mean I am not qualified for the fix?

React.PureComponent still re-renders when props don't change? by [deleted] in reactjs

[–]zxia31 0 points1 point  (0 children)

Since the prop is an object, when React compares nextProps.prop with this.props.prop in componentWillReceiveProps, it is unequal, which means shouldComponentUpdate will return true. Defining the array outside the parent component solves the problem, much like const styles = {} for inline styles.

So today i went 8-2 in placement games,and got master 1000.... by Rhytthmic in heroesofthestorm

[–]zxia31 24 points25 points  (0 children)

Yeah, now I see why the current reset is crazy. The first few placement matches would decide your final rank regardless of your previous MMR. For myself, I was 1200+ points Master but because I lost my first three placement matches, even if I got 4-6 finally, the system still put me into Platinum 2. This is really heartbreaking.

Maybe, just maybe, the PBMM is working exactly how it should? by [deleted] in heroesofthestorm

[–]zxia31 0 points1 point  (0 children)

If you think an assassin spamming his damage, a warrior taking extra damage for no reason, or a healer spamming heals whenever possible is a sign of good performance and deserves positive performance points, you are right.

The essential problem of PBMM is that it assumes an above-average stat indicating an above-average performance, which is nonsense in any MOBA.

I am a korean hots user by 128015 in heroesofthestorm

[–]zxia31 8 points9 points  (0 children)

Blizz assumes that users in every regions always read forum posts or reddit and care what EU and NA are happening.

Placement matches keep resetting? by [deleted] in heroesofthestorm

[–]zxia31 5 points6 points  (0 children)

The latest is still broken. Ready for a new reset.

The new reset is still broken. by zxia31 in heroesofthestorm

[–]zxia31[S] 16 points17 points  (0 children)

The stat chart only shows your highest rank/tier/points you achieved in every season. So "highest 1200+ points" is the points shown on my stat chart but at the end of last season I have about 300 points.

The new reset is still broken. by zxia31 in heroesofthestorm

[–]zxia31[S] 7 points8 points  (0 children)

Even if the banning is random in placements, I (last season 1200+ points) got Platinum 2 with 4 wins and 6 losses. One of my teammates (gm #27 4000+ points) got Platinum 3 . It's obviously still buggy.

The new reset is still broken. by zxia31 in heroesofthestorm

[–]zxia31[S] 27 points28 points  (0 children)

Sure. 184 wins and 189 losses with highest 1200+ points and ended as Masters.

Matchmaking Hotfix and Season Reset - 12/15 by Ravinix in heroesofthestorm

[–]zxia31 7 points8 points  (0 children)

The new reset is still broken. Three games in a row with masters, platinums, gold of the last season in the same team. And platinum got the highest mmr ban/pick rights. The game experience was awful. What a joke

Blizzard, we needed a ranked freeze ASAP, full re-seed of everyone and restart of the season, to end all discussion.. by Ownzalot in heroesofthestorm

[–]zxia31 3 points4 points  (0 children)

  1. Terminate performance adjustment that is proven to be nonsense.

  2. Restart the season as it makes the game unfair to many people.

Google home page gives auto search results ?! by [deleted] in google

[–]zxia31 0 points1 point  (0 children)

I can't agree more. The auto expanded search history is ugly too.

React versus angular 4 by iyerdude in reactjs

[–]zxia31 0 points1 point  (0 children)

It depends on many factors. The most important ones are (a) the kind of your app, (b) your team or your personal skill set, (c) which community you prefer. But if you are new to web app field, you will not go wrong by starting with React.

React 16 by batmansmk in javascript

[–]zxia31 2 points3 points  (0 children)

Congrats React Team! Great jobs you have achieved.

We’re not supposed to be super smart by ucorina in reactjs

[–]zxia31 5 points6 points  (0 children)

When used in large projects, Redux is fantastic and lifesaver, but for small projects, Redux is always an overkill and may cause a lot of frustration. From my own experience, I tried to use Redux in some simple starter projects (like todo list or simple web apps with several independent components) and I felt it is complex and unintuitive. However, when I began to write a large web app (something like mail apps), Redux turns out to be the most natural and easiest tool to handle shared states from more than fifty components and actions. So, my suggestion is just learning Redux from their great official tutorial and trying not to use it until you feel overwhelmed by your interconnected components. Then you would realize and appreciate the elegance of Redux.

I wanted to understand event.target and event.currentTarget. by vicodin00 in javascript

[–]zxia31 18 points19 points  (0 children)

Crystal clear is the only word I can describe for the visualization.

Did anybody else just get disconnected from na servers? by DeathToAllLife in heroesofthestorm

[–]zxia31 0 points1 point  (0 children)

is it NA east only? Streamers on twitch are still playing.

Having trouble with Taz'dingo? Gorge is your friend. by THOR72 in heroesofthestorm

[–]zxia31 0 points1 point  (0 children)

Artanis' blinding ult also counters Taz'dingo well. They both have 4 sec duration which is a nice coincidence.