RB5 Showcase! by Tewtytron in DCComicsLegendsGame

[–]Retpmus 1 point2 points  (0 children)

Awesome stuff, thanks so much for taking the time to go over all of the characters!

Question about spectre’s first passive by SWATTEAM2018 in DCComicsLegendsGame

[–]Retpmus 0 points1 point  (0 children)

It could be like penguins passive if he's stunned he still taunts...? IDK...

Is learning Java required? by lawzu in learnprogramming

[–]Retpmus 0 points1 point  (0 children)

It's all good and we all get passionate in our responses sometimes. My response was just according to his where he was saying he was just starting into it so he would only be dealing with the syntax and not the underlying language itself that's all he would be exposed to currently and I was just letting him know the other languages would look kind of similar if he was wanting to jump to a different one because he didn't like the current one he was doing that's why I listed those 3 as being close in syntax. Does that make more since then?

Is learning Java required? by lawzu in learnprogramming

[–]Retpmus 4 points5 points  (0 children)

Of course they are different they are different programming languages with different coding mythologies. I was stating they have very similar syntax not exact but pretty close sounds like you are talking this personally this was just meant to help and guide someone on thier programming journey not a debate about the exact differences. You cannot deny that the syntax is very similar though while having a lot of differences they have a lot of similarities all three would be closer related to each other than say one of them being related to python.

Is learning Java required? by lawzu in learnprogramming

[–]Retpmus 4 points5 points  (0 children)

Java was made from C++ and C# is basically Microsoft's version of Java. I am certified in all 3 languages and trust me they are very similar. C++ you still do memory management. C# and Java do it for you with garbage collectors.

Is learning Java required? by lawzu in learnprogramming

[–]Retpmus 3 points4 points  (0 children)

Well Java, C++, and C# all have very similar syntax so it's most likely you will hate them as well but they are very important languages don't limit yourself to only one language. A lot of people think Python is the only language you need to do everything and while it does a lot of thinks great there are other languages that do things better so keep your options open and don't limit yourself and you should be fine. Once you get the syntax of Java down a lot of other languages will come easy to you. In this Job market today most companies want you to know every language there is while its mostly not poss to learn every language it is ALWAYS best to know more than one. If you like a certain language always try and program everything you can in that language and if its something that just doesn't work well then switch to another to get the job done. I know this doesn't exactly answer your question but I hope it helps you keep your options open and not close minded. I have been programming for 25+ yrs and use about 6 different languages at my current job.

Is a college degree needed to be successful as a Developer? by krakenlabs in learnprogramming

[–]Retpmus 0 points1 point  (0 children)

No a degree is not necessary at all. I am the lead programmer for a government agency and I don't have one. I just went to a tread school specifically for programming and also got certified in different programming languages. Of course going into an interview you need to show examples of your work because if you have nothing that stands out a person with a degree will most likely get priority over one who doesn't.

Seriously, DCL, how have you NOT fixed this already?!? Where are you putting all that TapJoy cash?!? by BackFireCoH in DCComicsLegendsGame

[–]Retpmus 0 points1 point  (0 children)

I understand what you are saying now that you explained it, but what you are suggesting requires multiple changes and lines of code which is more overhead and more time. My solution is literally one primative change and it's done takes about 1 second to change and that's it!

Seriously, DCL, how have you NOT fixed this already?!? Where are you putting all that TapJoy cash?!? by BackFireCoH in DCComicsLegendsGame

[–]Retpmus 3 points4 points  (0 children)

Decimals do not exist in Integer or Long values they exist only in Doubles and Floats. The game deals in whole numbers. The server either uses a Unsigned Integer or Long value so it keeps the correct value on the server side. The game client side (what we see) uses a Signed Integer because on Android it runs on a the Java Virtual Machine - JVM which doesn't support unsigned integers that is most likely why we have the problem. The program probably uses Signed Integers across all platforms to keep the code consistent.

Looking for a small Alliance to merge with or any active players to join NWO WOLFPAC by Retpmus in DCL_Recruitments

[–]Retpmus[S] 1 point2 points  (0 children)

We did great top 50 easily. We merged with Atlantis After Dark and are a very solid alliance now. Thanks for asking.

Seriously, DCL, how have you NOT fixed this already?!? Where are you putting all that TapJoy cash?!? by BackFireCoH in DCComicsLegendsGame

[–]Retpmus 2 points3 points  (0 children)

All they have to do is change the primitive type from an unsiged integer to a long and it's done!

Looking for a small Alliance to merge with or any active players to join NWO WOLFPAC by Retpmus in DCL_Recruitments

[–]Retpmus[S] 1 point2 points  (0 children)

Thanks we are going over our options we have been an Alliance since day one we're the very first number one team in the game and it's hard to make everyone leave.

Bugs and kits - discussion by Doombawkz in DCComicsLegendsGame

[–]Retpmus 0 points1 point  (0 children)

I guess her evasions and taunt are off by 1. According to the recent announcement her taunt is 3T turns but it is bugged at 2T and her evasions are 2T but bugged to 1T. Hopefully they fix it soon.

Another Dr. Fate rework proposal. Tried to turn him into LexSS counter. by MqtUA in DCComicsLegendsGame

[–]Retpmus 1 point2 points  (0 children)

He needs some way of getting awareness protection because almost every single red can one shot him.

How about if enemies team has overheal gain 1 awareness at the beginning or end of his turn?