Loading [MathJax]/extensions/mml2jax.js
Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Engineering LibreTexts

Search

  • Filter Results
  • Location
  • Classification
    • Article type
    • Author
    • Set as Cover Page of Book
    • License
    • Show TOC
    • Transcluded
    • OER program or Publisher
    • Autonumber Section Headings
    • License Version
    • Print CSS
  • Include attachments
Searching in
About 3 results
  • https://eng.libretexts.org/Bookshelves/Computer_Science/Programming_Languages/Python_Programming_(OpenStax)/01%3A_Statements/1.07%3A_Comments
    This page outlines learning objectives for writing effective comments and docstrings in Python. It emphasizes the purpose and formatting of comments, prioritizing clarity and structure for code readab...This page outlines learning objectives for writing effective comments and docstrings in Python. It emphasizes the purpose and formatting of comments, prioritizing clarity and structure for code readability. Additionally, it discusses the role of docstrings in program documentation, providing guidelines for effective use. It also highlights the importance of separating code sections with blank lines and crafting informative comments.
  • https://eng.libretexts.org/Courses/Delta_College/C___Programming_I_(McClanahan)/02%3A_C_Basics/2.03%3A_Comments_are_Required
    /* * This file is part of Telescope Directional Drive package. * * Developed for the LSST Data Management System. * This product includes software developed by the LSST Project * (https://www.lsst.org.../* * This file is part of Telescope Directional Drive package. * * Developed for the LSST Data Management System. * This product includes software developed by the LSST Project * (https://www.lsst.org). * See the COPYRIGHT file at the top-level directory of this distribution * for details of code ownership. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version…
  • https://eng.libretexts.org/Courses/Oxnard_College/Matlab_and_Octave_Programming_for_STEM_Applications_(Smith)/02%3A_MATLAB_Octave_Scripts/2.11%3A_Script_Documentation
    Every script should provide documentation, which is a comment that explains what the script does and what its requirements are. % Computes a numerical approximation of the nth Fibonacci number. % Prec...Every script should provide documentation, which is a comment that explains what the script does and what its requirements are. % Computes a numerical approximation of the nth Fibonacci number. % Precondition: you must assign a value to n before running this script. % Postcondition: the result is stored in ans. If there is a comment at the beginning of a script, MATLAB assumes it’s the documentation for the script.

Support Center

How can we help?