Jump to content

adagali antee edolaa undi ... but adigesthunna


Recommended Posts

Posted

job resign chesei bro.. camelcase leni language lo coding cheyyadam kante youtube home tours sestu sampadinchadam better damn

Posted
Just now, JollyReddy said:

job resign chesei bro.. camelcase leni language lo coding cheyyadam kante youtube home tours sestu sampadinchadam better damn

what about snake case..?

Posted
Just now, dasari4kntr said:

what about snake case..?

only if u dont have sarpa dosham in your natal chart

Posted
Just now, JollyReddy said:

job resign chesei bro.. camelcase leni language lo coding cheyyadam kante youtube home tours sestu sampadinchadam better damn

neenu code rare gaa rasthunna  bro , aaa rojulu poyayi and I am not into miscrosft tech/langues 

Posted
Just now, JollyReddy said:

only if u dont have sarpa dosham in your natal chart

snake_casu_vundi_bro_joke_kaadu

Posted
21 minutes ago, ramudu said:

people are making fun of this code snippet 

 

private static string GetPercentageRounds(double percentage)
        {
            if (percentage == 0)
                return "";
            if (percentage > 0.0 && percentage <= 0.1)
                return "🔵";
            if (percentage > 0.1 && percentage <= 0.2)
                return "🔵🔵";
            if (percentage > 0.2 && percentage <= 0.3)
                return "🔵🔵🔵";
            if (percentage > 0.3 && percentage <= 0.4)
                return "🔵🔵🔵🔵";
            if (percentage > 0.4 && percentage <= 0.5)
                return "🔵🔵🔵🔵🔵";
            if (percentage > 0.5 && percentage <= 0.6)
                return "🔵🔵🔵🔵🔵🔵";
            if (percentage > 0.6 && percentage <= 0.7)
                return "🔵🔵🔵🔵🔵🔵🔵";
            if (percentage > 0.7 && percentage <= 0.8)
                return "🔵🔵🔵🔵🔵🔵🔵🔵";
            if (percentage > 0.8 && percentage <= 0.9)
                return "🔵🔵🔵🔵🔵🔵🔵🔵🔵";

            return "🔵🔵🔵🔵🔵🔵🔵🔵🔵🔵";
        }

 

lol…

Posted

@ramudu నువ్వేదో జోక్ చేస్తున్నావ్ అనుకున్నా…ఇది నిజమే….😂

 

 

  • Haha 1
Posted
5 hours ago, ramudu said:

yes , for method names they are using Pascal case instead of came case like other language , why anedhi naa question bro? any specific reason 

My opinion is that 

java came first 

msft wants to copy it but want to make it look like unique so introduced some crappy rules

Posted

C# lo inbuilt methods anni pascal case loney untayi ani gurthu. Andukey method names kooda alagey use chestham. Just to be consistent 

Posted
6 hours ago, ramudu said:

c# lo method names endhuku upper case/ Capitalization lo start chestharu ?  anni languages lo mostly camelCase kadha vaadedhi brahmanandam-sad.gif

 

public Task<bool> StartScanningAsync(bool retry, Func<Task> tagFoundAction, Func<NfcError, Task> errorAction)

 

It all depends on ur team policy.. Okka document vuntadi kada prathi dev. Team ki.. methonames , class names, variable names etc., naming conventions ani 

Posted
10 minutes ago, dasari4kntr said:

 

Ayipayeee , inka emi undi , ammerpet batch ki sukkaleee idhi chusthuntee

  • Haha 1
Posted
8 minutes ago, Vaampire said:

C# lo inbuilt methods anni pascal case loney untayi ani gurthu. Andukey method names kooda alagey use chestham. Just to be consistent 

i think this practice came all the way from root object…and main method…

 

System.Object

static void Main

  • Upvote 1

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...