Jump to content

Rant on Indian programmers...


dasari4kntr

Recommended Posts

20 hours ago, dasari4kntr said:

 

 

500% True.

Yeemi Coding standards raa ayya. Dheenemma Java8 nundi maree torture yekkuvayindhi.

I work for a London based Insurance company that does business in UK/USA/EU and India with thousands of Devs in Bangalore.

I really struggle hard to make them understand the importance of Immutability in Java. Still they write code like:

String name = "Venkat Rao";

and later 

name = "Subba Rao"

which is where maximum number of defects occur in Java because they keep on changing the references addresses without deleting the memory allocated to "Venkat Rao" and thus loosing precious JVM memory.

No wonder why India ranked after #30 on Worlds Best Programmers Index.

Link to comment
Share on other sites

1 hour ago, bleachbaabaai said:

 

500% True.

Yeemi Coding standards raa ayya. Dheenemma Java8 nundi maree torture yekkuvayindhi.

I work for a London based Insurance company that does business in UK/USA/EU and India with thousands of Devs in Bangalore.

I really struggle hard to make them understand the importance of Immutability in Java. Still they write code like:

String name = "Venkat Rao";

and later 

name = "Subba Rao"

which is where maximum number of defects occur in Java because they keep on changing the references addresses without deleting the memory allocated to "Venkat Rao" and thus loosing precious JVM memory.

No wonder why India ranked after #30 on Worlds Best Programmers Index.

Mari andukena manam India lo pr*xy lu petkuni work cheyinckuntam 🤪

Link to comment
Share on other sites

1 hour ago, bleachbaabaai said:

 

500% True.

Yeemi Coding standards raa ayya. Dheenemma Java8 nundi maree torture yekkuvayindhi.

I work for a London based Insurance company that does business in UK/USA/EU and India with thousands of Devs in Bangalore.

I really struggle hard to make them understand the importance of Immutability in Java. Still they write code like:

String name = "Venkat Rao";

and later 

name = "Subba Rao"

which is where maximum number of defects occur in Java because they keep on changing the references addresses without deleting the memory allocated to "Venkat Rao" and thus loosing precious JVM memory.

No wonder why India ranked after #30 on Worlds Best Programmers Index.:)

:)

Link to comment
Share on other sites

5 hours ago, bleachbaabaai said:

 

500% True.

Yeemi Coding standards raa ayya. Dheenemma Java8 nundi maree torture yekkuvayindhi.

I work for a London based Insurance company that does business in UK/USA/EU and India with thousands of Devs in Bangalore.

I really struggle hard to make them understand the importance of Immutability in Java. Still they write code like:

String name = "Venkat Rao";

and later 

name = "Subba Rao"

which is where maximum number of defects occur in Java because they keep on changing the references addresses without deleting the memory allocated to "Venkat Rao" and thus loosing precious JVM memory.

No wonder why India ranked after #30 on Worlds Best Programmers Index.

--

Link to comment
Share on other sites

22 hours ago, dasari4kntr said:

 

 

1 hour ago, bleachbaabaai said:

 

500% True.

Yeemi Coding standards raa ayya. Dheenemma Java8 nundi maree torture yekkuvayindhi.

I work for a London based Insurance company that does business in UK/USA/EU and India with thousands of Devs in Bangalore.

I really struggle hard to make them understand the importance of Immutability in Java. Still they write code like:

String name = "Venkat Rao";

and later 

name = "Subba Rao"

which is where maximum number of defects occur in Java because they keep on changing the references addresses without deleting the memory allocated to "Venkat Rao" and thus loosing precious JVM memory.

No wonder why India ranked after #30 on Worlds Best Programmers Index.

are meru Idaru rayindra coding chudam e matram rastharo. 

Evado oka developer tappy chesadani  motham development desani antam ante kastha OA ani chepali. 

Like in any country good and bad we may have few bad developers 

but over all percentage of worls chusukonte mana kali gotiki koda sariporu.

Link to comment
Share on other sites

23 minutes ago, Murari_Murari said:

 

are meru Idaru rayindra coding chudam e matram rastharo. 

Evado oka developer tappy chesadani  motham development desani antam ante kastha OA ani chepali. 

Like in any country good and bad we may have few bad developers 

but over all percentage of worls chusukonte mana kali gotiki koda sariporu.

 

Do you even know what you are talking? Lesser known countries like Slovenia and Slovakia are in Top 10 Programmers Index.

Poland and Romania way ahead.

If you work with any Russian Developers, then you can see true image of yourself in the mirror.

I had an opportunity to work with Russian and German Developers while in that London based company and I swear no body can beat them.

Indians dominate just because of uncontrolled production of people.

FYI, one of the Google founders is Russian and other also had European ethnicity (Of course whole white American race itself is a mixture of Scottish, Irish, English and German Ancestry)

  • Upvote 1
Link to comment
Share on other sites

23 minutes ago, Murari_Murari said:

 

are meru Idaru rayindra coding chudam e matram rastharo. 

Evado oka developer tappy chesadani  motham development desani antam ante kastha OA ani chepali. 

Like in any country good and bad we may have few bad developers 

but over all percentage of worls chusukonte mana kali gotiki koda sariporu.

I had the opportunity (my bad luck) to work with USA branch of that company and we ended up with re-doing everything again.

Manual testers are like manual scavengers in USA where whole of Telugu community survives on in USA.

Some of them work as Devs but I never saw a TDD approach by them. They just dump the code and commit it without even bothering about code coverage

 

Link to comment
Share on other sites

2 hours ago, bleachbaabaai said:

 

500% True.

Yeemi Coding standards raa ayya. Dheenemma Java8 nundi maree torture yekkuvayindhi.

I work for a London based Insurance company that does business in UK/USA/EU and India with thousands of Devs in Bangalore.

I really struggle hard to make them understand the importance of Immutability in Java. Still they write code like:

String name = "Venkat Rao";

and later 

name = "Subba Rao"

which is where maximum number of defects occur in Java because they keep on changing the references addresses without deleting the memory allocated to "Venkat Rao" and thus loosing precious JVM memory.

No wonder why India ranked after #30 on Worlds Best Programmers Index.

Ardham kale....java 8 ki em link? previous versions lo kooda same ae kada.And reference emi lekapothe gc eligible kada? I work on web applications and this never been an issue.

Link to comment
Share on other sites

2 hours ago, bleachbaabaai said:

String name = "Venkat Rao";     name = "Subba Rao"

which is where maximum number of defects occur in Java because they keep on changing the references addresses without deleting the memory allocated to "Venkat Rao" and thus loosing precious JVM memory.

 

Java lo memory ela delete chestharu sir :3D_Smiles:

Link to comment
Share on other sites

And ya Indian programmers medicore ae..... Stackoverflow lo laziest questions adigedi kooda desile. Eastern Europe which is less developed Europe is much better than us wrt programming.

Link to comment
Share on other sites

3 minutes ago, AnotherTeluguBidda said:

Ardham kale....java 8 ki em link? previous versions lo kooda same ae kada.And reference emi lekapothe gc eligible kada? I work on web applications and this never been an issue.

 

Just now, sri_india said:

Java lo memory ela delete chestharu sir :3D_Smiles:

Hahahhahaha

This is exactly what I expected from Desi Devs.

So you haven't started yet serious programming. 

Learn functional Programming. Start with Immutability in Java8 or Scala.

You will understand why Re-Assignment is such a big problem.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...