Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8135989
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T10:36:02+00:00 2026-06-06T10:36:02+00:00

How do you guys write comments on some simple code that you use just

  • 0

How do you guys write comments on some simple code that you use just for yourself?

I mostly write JavaScript and PHP code, and I can’t really feel like I found a nice way to write comments.

If I have a short line of code, I usually do this:

x = doThis(getSomeValueFromSomewhere());  // This is a short line of code

Which seems really nice I think, but it doesnt really works when the line gets a little longer or on multiple lines,

 // Dont really like this since it's not clear if it describes only line 1, or all lines.
 aLongerVariableName = (getSomeValueFromSomewhere() == "this is what I want") ? "true value" : "false value";
 x = doThis(aLongerVariableName); 

So, how do you do it?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T10:36:03+00:00Added an answer on June 6, 2026 at 10:36 am
    (*
     * For blocks of comments that serve as important documentation
     * e.g descriptions of functions.
     *)
    

    maybe reformatted as

     (* For blocks of comments thet serve as important documentation
      * e.g descriptions of functions. *)
    

    And the // for short inline comments like you do.
    Don’t forget that Ctrl-/ is your friend 😉

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Guys, I am trying to write a class in C# that can be used
Hi I have like 50 pages of code that I should write comments to
. Hello guys, Can we write our custom controls in such a way that
Hi guys can i write a service in android that will send text messages?
Ok guys, just a quick question hopefully someone can find my mistake quickly, but
Hay guys. I'm kinda new to OOP in PHP. I've learnt how to write
guys! I am write a simple program to send a message to a Game
Hi guys I know that this is really bad idea but I want join
Well guys, this problem just baffles me. I hope someone can explain to me
Hey guys, just another little problem here! Trying to write a quiz for a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.