I'm looking through code and seeing % at the beginning of function and method names. For example defun %rod and defmethod %do-query. Is there a standard convention for using this kind of naming scheme?
Usage of % in function and method names
174 Views Asked by deadghost At
2
There are 2 best solutions below
Related Questions in NAMING-CONVENTIONS
- Revealing module pattern instantiation and naming convention
- REST convention for parent insert and parent + joinId insert using same endpoint
- updateObject or changeObject, removeObject or deleteObject?
- Why do c++ libraries often define their own primitive types?
- What is a 'thunk'? (in the context of re-entrant sort functions, eg: qsort_r)
- Maven GroupID and ArtifactID for J2EE Utility Project
- Django package naming issues
- Error: Not found: Value S (Scala)
- Swift naming conventions for ivars (properties)
- Django database table naming convention
- The differences between BEM and SUIT CSS naming conventions
- Class with long name
- Class/instance attribute naming convention in python
- Same class name and assembly name in .net
- While forming a REST URL for our application, how should we differentiate two services related to the same object?
Related Questions in COMMON-LISP
- EMACS-Live + Slime error at startup
- Local dynamic binding in common lisp
- Running compiled lisp program with clisp-2.49 on OS X
- What does the non-terminating-p argument of set-macro-character do?
- Updating the window in response to CLIM frame commands
- What is a common-lisp analogue of python's argparse?
- Anonymous methods in common lisp
- Read next line when loading file in Common Lisp
- Calling CCL + Quicklisp script as executable with command line arguments and achieving the desired output
- Jump to function definition in Emacs by mouse-click
- Avoiding echos in Clozure lisp (noob)
- where is the text printed by C printf
- Backquote String Interpolation
- Structuring large Lisp applications
- If strings are vectors, why are they immutable?
Related Questions in NAMING
- Why are the aliases for string and object in lowercase?
- Name an Object in Java and Inheritance
- What characters are allowed in F# identifiers, module, type and member names?
- Java naming convention for a class with version in its name?
- Validate for File naming scheme
- Is there a name for a URL with no protocol?
- Is it possible to use integers as names for arrays?
- Dynamically defining functions using list elements in Python
- Microsoft's Consistency in PowerShell CmdLet Parameter Naming
- Why are "Here Strings" called "Here Strings"?
- Powershell - Create a folder from a file name, then place that file in the folder
- How to make Grails 3 use plural routes by default
- calling jni function from outside of corresponding java class
- Function that takes variable names and concatenates them interally in R
- Gantt chart name suggestion - Length or Width
Related Questions in CONVENTIONS
- Are there any naming conventions for command line arguments?
- What is the naming convention for CMake scripts?
- What is the convention to handle secondary action of UIButton in iOS
- Javascript - how to declare namespace objects using new conventions
- Java Coding standard: multiple variable declaration
- How to pass a class/module definition into another file
- Convention: when writing methods, should I return values, or change data directly?
- Usage of % in function and method names
- Overriding CakePHP conventions. One table with 2 columns of the same model
- JavaScript: Is it good practice to use the same name for variables passed to functions?
- Filename PHP conventions
- CSS Ordering Convention for which tags to specify first
- Ninject convention based binding
- jUnit fail() conventions
- CSS Box Model Attribute Ordering Convention
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
From a few places: