Jump to content

adagali antee edolaa undi ... but adigesthunna


ramudu

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Just now, dasari4kntr said:

what about snake case..?

only if u dont have sarpa dosham in your natal chart

Link to comment
Share on other sites

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 

Link to comment
Share on other sites

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…

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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 

Link to comment
Share on other sites

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