Giter VIP home page Giter VIP logo

servicenow-guides's People

Contributors

icerge avatar shamseg avatar zhmur avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

servicenow-guides's Issues

Field naming conventions: "u_" field names

Field naming conventions top section at this URL: "u_" field names should only be used in the global scope (and the "u_" is added automatically).
Recommend adding a note to this top section to indicate this, so people avoid confusion.

Also recommend specifically calling out that the "u_" is not required for catalog or record producer variables -- the only exception is if you're directly mapping a variable from a record producer to a custom global-scope field of the same name, in which case matching the names can make things easier.

Code and style: pass-by-reference

In programming, code, and style section at this URL:
recommend adding a note about pass-by-reference when interacting with GlideElement objects.
See https://pbr.snc.guru for detailed explanations and info on how to avoid it. Feel free to copy/paste chunks of that if you like.

Also recommend adding a note about gs.debug() in #9 of this section, as this should be used instead of gs.info() / gs.log(), in almost all cases of code that's being promoted to production, since it won't clutter your logs unless you enable debug logging - which is almost always desired.

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.