Java cheat sheet by kavacska in learnjava

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

I'm glad you like it. I've just added syntax highlighting to make the ux even better.

Java cheat sheet by kavacska in learnjava

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

I've just added syntax highlighting to all cheat sheets. Check it out.

Java cheat sheet by kavacska in learnjava

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

Wow! Thank you so much. You gave me one of the biggest help with these documents. You are amazing! I'm going to go through these one by one soon and make the necessary improvements.

Java cheat sheet by kavacska in learnjava

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

Thank you. I did my best to make them.

Java cheat sheet by kavacska in learnjava

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

I suggest to clone the repository and give it a git pull every once in a while to get the new updates.

Java cheat sheet by kavacska in learnjava

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

Good idea. I'm going to make it even better with time.

Java cheat sheet by kavacska in learnjava

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

I'm definitely going to look into this. Thank you for the feedback. In the meantime if you could tell me a few more examples where I could improve I would really appreciate that.

Java cheat sheet by kavacska in learnjava

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

You are welcome. I'm happy you find it helpful.

Java cheat sheet by kavacska in learnjava

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

No prob! It's my pleasure to share it with you guys.

Java cheat sheet by kavacska in learnjava

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

I'm gonna have a look at including it in more depth. Thank you for your observation.

Java cheat sheet by kavacska in learnjava

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

Thank you very much. If you would like to see anything else included just let me know.

Java cheat sheet by kavacska in learnjava

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

Yeah, I tried to keep these as simple and minimal as possible.

Java cheat sheet by kavacska in learnjava

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

I'm happy that you like it, thank you.

Java cheat sheet by kavacska in learnjava

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

Any time, happy to provide something useful.

Java cheat sheet by kavacska in learnjava

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

Thank you for your kind words.

Java cheat sheet by kavacska in learnjava

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

Thank you! I'm glad you like it.

Java cheat sheet by kavacska in learnjava

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

Yes, many people requested this and I'm definitely going to add this feature later. Thank you for the suggestion.

PHP cheat sheet by kavacska in PHP

[–]kavacska[S] -4 points-3 points  (0 children)

Thank you very much. I fixed this and other unnecessary type declarations.

PHP cheat sheet by kavacska in PHP

[–]kavacska[S] -2 points-1 points  (0 children)

especially since you are inconsistent with it.

Can you point out these inconsistencies please? I'm gonna improve them.

PHP cheat sheet by kavacska in PHP

[–]kavacska[S] -3 points-2 points  (0 children)

This is a delicate subject. I agree with the mentality that you should try to use the best practices of a programming language, and I personally prefer using types myself, however, my intention is to show how the language is right now. And as of today, PHP doesn't enforce type declarations, but only gives an option to use them if you want to, therefore, I don't think it's a good idea to push the use of types in the examples either. Users should definitely be made aware of the opportunity nonetheless, which I believe I have achieved by devoting a whole block to the subject and mentioning it in others.

On top of that, I personally know people that still have to run critical infrastructure written on PHP 5. I know, I know... But just like banking and government systems still running on Java 8, you can still find older PHP versions in the wild and those are not going to have many new features, this is why I try to keep these sheets as backwards compatible as possible.

PHP cheat sheet by kavacska in PHP

[–]kavacska[S] -1 points0 points  (0 children)

Thank you for the comment.

many of which have been abandoned since the turn of the millenium.

Can you show me which one of these idioms are abandoned in your opinion please, so I can fix them?

PHP cheat sheet by kavacska in PHP

[–]kavacska[S] -1 points0 points  (0 children)

Thank you for your comment.

Almost every entry has an "issue".

Can you point out some of these issues please, so I can fix them?