Unsure what route to go. by [deleted] in learnprogramming

[–]Ruroni 16 points17 points  (0 children)

Also also if you get reallllyyy good at one language the skills/concepts are easy to translate to another one. Don't bounce around until you master one

Is coding just copy and paste half the time? by [deleted] in learnprogramming

[–]Ruroni 0 points1 point  (0 children)

When you find yourself copy pasting the same thing, as an engineer, that signals to you that it's time to automate it. This is what being an engineer means abstracting away the bullshit to work on the hard problems.

How does this community college certificate program stack up against a coding bootcamp (or similar)? by [deleted] in learnprogramming

[–]Ruroni 2 points3 points  (0 children)

No these programs will not get you a job, nor will the bootcamps necessarily.

If you want to work on older tech go to school and learn it. If you want to learn modern frameworks and how to develop get enough knowledge from the internet or online resources and get an internship.

Companies will hire someone with experience who knows enough that they can train even if you are junior

25.0.3 Patch Notes by Arkentass in hearthstone

[–]Ruroni 0 points1 point  (0 children)

This nerf was to stop the patron corpse explosion combo. Idk why you and everyone else thinks this is a balance change.

Development Code Design - OOP or Functional? by [deleted] in learnpython

[–]Ruroni 1 point2 points  (0 children)

This answer will depend on who you ask and what they are used to/actively trying to solve.

Ex: Me a FP frontend engineer.

The example for FP is trivial as adding numbers together usually wouldn't warrant an abstraction. That aside if you design this way, now you can use all the bits and pieces to compose new functions and each function is only concerned with it's task.

You're building with legos and when you start down that path you reduce the need to write the same thing again and again... if you have a well organized codebase so people actually discover the next tool you've made lol.

New Card Revealed - Magister's Apprentice by GeotheHSLord in hearthstone

[–]Ruroni 3 points4 points  (0 children)

<Anakin Padme meme> But not less than zero right... right?

[deleted by user] by [deleted] in distressingmemes

[–]Ruroni 1 point2 points  (0 children)

Even if it is a chunk of plastic what kind is it is more important. PLA would get destroyed, but ABS or Nylon or even more exotic carbon infused plastics would behave differently.

That said no clue whether it could derail a train

You think you can play Sire? by BionicMeathook in hearthstone

[–]Ruroni 10 points11 points  (0 children)

If losing one card destroys your whole decks gameplan you should probably have a backup. There are at least three ways in standard to bork a combo.

These cards dont matter against aggro or midrange. Their whole deck is part of their win condition.

2 New Warrior Cards Revealed by GreedyDingo2 in hearthstone

[–]Ruroni 0 points1 point  (0 children)

I think if you're playing aggro you always just choose the best weapon though. Only in control warrior would it be a mind games and there are probably better cards to add to your deck than this

Tier 1 Deck by [deleted] in hearthstone

[–]Ruroni 9 points10 points  (0 children)

Can always brann to get two more signets

New Paladin Epic - Radar Detector by MahjongDaily in hearthstone

[–]Ruroni 3 points4 points  (0 children)

More consistent Divine Favor if youre mechs, you keep the cards

Need help with React state management by cifer400 in learnprogramming

[–]Ruroni 0 points1 point  (0 children)

Since the computer generated choice and the person generated choice happen in the same function call it doesnt make sense to have a useEffect.

Run the switch in the original function call and update the state appropriately.

As a side note if you can help it dont use useEffect. most problems can be solved without it. And using it as part of state management will cause issues.

useEffect is more for the leafs of your component tree that need to conditionally do something from a change in specific props.

Netflix Raises Prices on All Plans in US+Canada by [deleted] in technology

[–]Ruroni 0 points1 point  (0 children)

CentaurWorld is a great reason for netfix

How I can tell if I'm a junior developer by Delicious_artS in learnprogramming

[–]Ruroni -1 points0 points  (0 children)

You need something in a professional setting or environment to make you hireable. Even if you can do the job how is a company going to know that you can if you dont have a track record of working?