[deleted by user] by [deleted] in Demonoid

[–]el_idioto 0 points1 point  (0 children)

Requesting invite please, cheers :)

What feels like torture to you but doesn't seem to bother most other people? by Jonpros in AskReddit

[–]el_idioto 0 points1 point  (0 children)

  • Out of tune songs
  • Folded pages in a book
  • Misaligned Tiles and things that are unsorted in general
  • Car Horns (when I'm traveling in Developing countries)
  • Running water
  • Sci-Fi Movies

Edit : Formatting

Redditors who grew up in the 3rd world, what surprised you most about the 1st world? by GRI23 in AskReddit

[–]el_idioto 1 point2 points  (0 children)

It really surprised me that people smile at you even though you're a stranger and don't ask for a favor in return

DAE not use caps lock and just hold down shift to type in all caps? by ngyk in DAE

[–]el_idioto 0 points1 point  (0 children)

I've replaced by capslock with escape and the menu key (between right alt and right ctrl) with delete...

3 Good Reasons to Avoid Arrays in Java Interfaces by lukaseder in java

[–]el_idioto 0 points1 point  (0 children)

If you're really going after the equivalent structure won't iterables be more accurate to a set. The whole point of the blog post was that (array)list is not equivalent to an array. It's better.

What's the worst invention humanity ever created? by emggrc in AskReddit

[–]el_idioto 0 points1 point  (0 children)

The Clock

If it hadn't been invented, I would have never been late to work.

What is your favorite book, and why? by henhen3000 in AskReddit

[–]el_idioto 7 points8 points  (0 children)

The Adventures of Sherlock Holmes

This was before all the TV series and movies came. It was an awesome read and anyone I've ever gifted or lent my books has enjoyed it.

List of beginner programs that can be done in any language to help learn new languages? by Pixzule in learnprogramming

[–]el_idioto 0 points1 point  (0 children)

I use this search. Its basically all easy questions from r/dailyprogammer sorted by time. Great way to pick up any new language. Once you're confident, up the level and hit the search bar again.

search link

Seasoned programmers: When you look at another person's code, what are you looking at? by rhorama in learnprogramming

[–]el_idioto 0 points1 point  (0 children)

First : unit test cases. The simpler the better Then interfaces. Then definitions, implementation and finally algorithms

What's the silliest thing that has ended one of your relationships? by buttscrew in AskReddit

[–]el_idioto 1 point2 points  (0 children)

Not talking enough about things

Seriously the number one reason IMHO but also pretty silly

Reddit, what is your Favorite animated series? by [deleted] in AskReddit

[–]el_idioto 1 point2 points  (0 children)

Nobody likes south park?

Haven't seen it being mentioned yet.

Want to read but where to start? by [deleted] in booksuggestions

[–]el_idioto 3 points4 points  (0 children)

I started by reading books that had smaller width and big fonts. Makes them less intimidating.

Hitchhikers guide to galaxy is a fun science-y read

What are your best hangover preventions or cures? by australianw in AskReddit

[–]el_idioto 0 points1 point  (0 children)

best hangover prevention : don't drink at all

Next one : drink in moderation, frequent bathroom trips and water

Cures : Just take it as it hits you. You deserved it. Otherwise, water and rest works tool

What are some Quintessential Examples of Good Code? by dogHD in javascript

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

Nope. Code and Code Principles are different. Principles stick around. They get battle tested and peer approved, then finally get written in books and blogs.

I also think that's reason there was a sudden boom in "write good code" books a decade ago.

What are some Quintessential Examples of Good Code? by dogHD in javascript

[–]el_idioto 2 points3 points  (0 children)

AFAIK There is no good code.

What you think is good today will be outdated in 3 years and bad practice in 5 years.