Code Monkey home page Code Monkey logo

Comments (6)

mrlacey avatar mrlacey commented on May 18, 2024 1

Having a look now and will raise individual issues but as a general point.
Comments should have a space between the delimiter (//) and the start of the comment.

It's not mentioned explicitly in our code guidelines but is covered in the C# Coding Conventions on MSDN (snippet below.)

Commenting Conventions

  • Place the comment on a separate line, not at the end of a line of code.
  • Begin comment text with an uppercase letter.
  • End comment text with a period.
  • Insert one space between the comment delimiter (//) and the comment text, as shown in the following example.
    // The following declaration creates a query. It does not run
    // the query.
  • Do not create formatted blocks of asterisks around comments.

from templatestudio.

ralarcon avatar ralarcon commented on May 18, 2024

@crutkas @mbcrump We used this as reference but we need to sync all together to decide what is preferred.

from templatestudio.

crutkas avatar crutkas commented on May 18, 2024

Docs when 100% possible, else defer to blog. for this example that Crump referenced, does https://docs.microsoft.com/en-us/windows/uwp/controls-and-patterns/tiles-and-notifications-adaptive-interactive-toasts handle it?

from templatestudio.

crutkas avatar crutkas commented on May 18, 2024

Crump, we need to just do a full walk down of everything now that Codebehind is added.

from templatestudio.

crutkas avatar crutkas commented on May 18, 2024

Community, thinking this would be a great item for everyone to look at. be sure the documentation makes sense.

from templatestudio.

crutkas avatar crutkas commented on May 18, 2024

Went through and did a bunch of work on this.
514eba4
ff467ad
94dceaa

I think as is, this is a vague issue and should also be closed out w/ actionable, new bugs

from templatestudio.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.