Skip to content

Latest commit

 

History

History
372 lines (333 loc) · 12.4 KB

alt-it.md

File metadata and controls

372 lines (333 loc) · 12.4 KB

Abbreviations in code

Dare un buon nome a variabili, funzioni e file può essere difficile. I nomi lunghi sono sempre chiari, ma richiedono tempo per essere letti, spazio e sono difficili da ricordare. È meglio scegliere una forma più corta. Se usi le abbreviazioni qui sotto, la tua denominazione diventerà più coerente, logica e comprensibile per gli altri programmatori (anche per i principianti).

Guida

I cerchi colorati prima dell'abbreviazione indicano il grado di raccomandazione:

  • ⚪ Raccomandato
  • 🟡 Sensibile al contesto • Il contesto è specificato tra { }
  • ⚫ Non raccomandato

Traduzioni & versioni

Versione alternativaen

Lista

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A

  • abbreviazione (abbreviation) • ⚪ abbr
  • assoluto (absolute) • ⚪ abs
  • acronimo (acronym) • ⚪ acro
  • azione (action) • ⚫ act
  • attivo (active) • ⚫ act
  • attuale (actual) • ⚫ act
  • addizione (addition) • ⚪ sum
  • indirizzo (address) • ⚪ addr
  • algoritmo (algorithm) • ⚪ algo
  • allocazione (allocation) • 🟡 alloc { memory }
  • alternativo (alternative) • ⚪ alt
  • annotazione (annotation) • ⚪ anno
  • applicazione (application) • ⚪ app
  • arcocosecante (arccosecant) • ⚪ acosec
  • arcoseno (arccosine) • ⚪ acos
  • arcotangente (arccotangent) • ⚪ acot • ⚪ actg
  • arcosecante (arcsecant) • ⚪ asec
  • arcoseno (arcsine) • ⚪ asin
  • arcotangente (arctangent) • ⚪ atan
  • argomento (argument) • ⚪ arg
  • vettore (array) • ⚪ arr
  • asincrono (asynchronous) • ⚪ async
  • attributo (attribute) • ⚪ attr
  • autenticazione (authentication) • ⚪ auth
  • ausiliario (auxiliary) • ⚪ aux
  • media (average) • ⚪ avg

B

  • sfondo (background) • ⚪ bg
  • batteria (battery) • 🟡 bat { power }
  • binario (binary) • ⚪ bin
  • boleano (boolean) • ⚪ bool
  • interruzione (break) • ⚫ brk
  • interruzione di riga (breakline) • 🟡 bl { encoding }
  • buffer (buffer) • ⚫ buf • ⚪ buff
  • pulsante (button) • ⚪ btn

C

  • calcolatore (calculator) • ⚪ calc
  • richiamo (callback) • ⚪ cb
  • certificato (certificate) • ⚪ cert
  • canale (channel) • 🟡 ch { connections }
  • carattere (character) • ⚪ char
  • controllo (check) • ⚪ chk
  • checksum (checksum) • 🟡 csum { operations }
  • cerchio (circle) • 🟡 circ { shapes }
  • classe (class) • ⚫ cls
  • pulire (clear) • ⚪ clr
  • collezione (collection) • ⚪ coll
  • colonna (column) • ⚪ col
  • comando (command) • ⚪ cmd
  • commerciale (commercial) • 🟡 com { URLs }
  • comune (common) • ⚫ com • ⚫ comm
  • comunicazione (communication) • ⚪ com
  • comparazione (comparison) • 🟡 cmp { conditional operators }
  • componente (component) • ⚪ comp
  • concatenazione (concatenation) • ⚪ concat
  • condizione (condition) • ⚪ cond
  • configurazione (configuration) • ⚫ cfg • ⚫ conf • ⚪ config
  • connessione (connection) • ⚫ con • ⚪ conn
  • costante (constant) • ⚪ const
  • contenitore (container) • ⚪ cntr
  • contesto (context) • ⚪ ctx
  • continuo (continue) • ⚪ cont
  • controllo (control) • ⚪ ctrl
  • conversazione (conversation) • ⚪ conv
  • coordinate (coordinate) • ⚪ coord
  • copia (copy) • ⚫ cpy
  • cosecante (cosecant) • ⚪ cosec
  • coseno (cosine) • ⚪ cos
  • cotangente (cotangent) • ⚪ cot • ⚪ ctg
  • conto (count) • ⚪ cnt
  • corrente (current) • ⚫ cur • ⚪ curr

D

  • base di dati (database) • ⚪ db
  • debug (debug) • ⚪ dbg
  • decimale (decimal) • ⚪ dec
  • dichiarazione (declaration) • ⚪ decl
  • decremento (decrease) • 🟡 dec { loops }
  • predefinito (default) • ⚫ def
  • definizione (definition) • ⚪ def
  • gradi (degrees) • ⚪ deg
  • eliminazione (deletion) • ⚪ del
  • tempo delta (delta time) • 🟡 dt { calculations }
  • dipendenza (dependency) • ⚪ dep
  • descrizione (description) • ⚪ desc
  • destinazione (destination) • ⚪ dest
  • sviluppatore (developer) • ⚪ dev
  • sviluppo (development) • ⚪ dev
  • dispositivo (device) • 🟡 dev { devices }
  • differenza (difference) • 🟡 diff { operations }
  • dimensione (dimension) • ⚪ dim
  • direzione (direction) • ⚪ dir
  • directory (directory) • ⚪ dir
  • disabilitare (disable) • ⚪ dis
  • schermo (display) • ⚪ disp
  • divisione (division) • ⚪ div
  • documento (document) • ⚪ doc
  • documentazione (documentation) • ⚪ docs
  • driver (driver) • ⚪ drv
  • dinamico (dynamic) • ⚪ dyn

E

  • elemento (element) • ⚪ elm
  • abilitare (enable) • ⚪ en
  • ambiente (environment) • ⚪ env
  • uguale (equal) • 🟡 eq { binary operations }
  • errore (error) • ⚪ err
  • evento (event) • ⚪ e • ⚪ evt
  • esecuzione (execution) • ⚪ exe
  • esponenziale (exponential) • ⚪ exp
  • espressione (expression) • ⚪ expr
  • estensione (extension) • ⚪ ext

F

  • sfaccettatura (facet) • ⚪ fct
  • fabbrica (factory) • ⚪ fac
  • figura (figure) • ⚪ fig
  • selettore di file (file chooser) • ⚪ fc
  • descrittore di file (file descriptor) • ⚪ fd
  • processore di file (file processor) • ⚪ fp
  • lettore di file (file reader) • ⚪ fr
  • sistema di file (file system) • ⚪ fs
  • scrittore di file (file writer) • ⚪ fw
  • per esempio (for example) • ⚪ e.g.
  • formato (format) • ⚪ fmt
  • frazione (fraction) • ⚪ frac
  • frequenza (frequence) • ⚪ freq
  • funzione (function) • ⚫ f • ⚫ fn • ⚪ func
  • puntatore di funzione (function pointer) • ⚪ fp

G

  • generazione (generation) • ⚪ gen
  • geometria (geometry) • ⚪ geom
  • maggiore uguale (greater or equal) • 🟡 ge { binary operations }
  • maggiore di (greater than) • 🟡 gt { binary operations }

H

  • hardware (hardware) • 🟡 hw { computer science }
  • intestazione (header) • ⚫ hdr
  • altezza (height) • 🟡 h { shapes }
  • esadecimale (hexadecimal) • ⚪ hex
  • orizzontale (horizontal) • 🟡 hor { shapes }

I

  • identificatore (identifier) • ⚪ id
  • immagine (image) • ⚪ img
  • implementazione (implementation) • ⚪ impl
  • importazione (import) • ⚪ imp
  • inclusione (inclusion) • ⚪ inc
  • aumento (increase) • 🟡 inc { loops }
  • indice (index) • ⚪ idx
  • informazione (information) • ⚪ info
  • inizializzazione (initialization) • ⚪ init
  • input (input) • ⚪ in
  • inserzione (insertion) • ⚪ ins
  • istanza (instance) • ⚪ inst
  • intero (integer) • ⚪ int
  • interfaccia (interface) • ⚪ iface • ⚫ intf
  • inverso (inverse) • ⚪ inv
  • iteratore (iterator) • 🟡 iter { loops }

J

K

  • chiave (key) • 🟡 k { only with val }
  • mappa dei tasti (keymap) • ⚪ km
  • tastiera (keyword) • ⚪ kwd

L

  • lingua (language) • ⚪ lang
  • latitudine (latitude) • 🟡 lat { only with coord }
  • lunghezza (length) • ⚪ len
  • minore uguale (less or equal) • 🟡 le { binary operators }
  • minore di (less than) • 🟡 lt { binary operators }
  • livello (level) • ⚪ lvl
  • librearia (library) • ⚪ lib
  • collegamento (link) • ⚫ lnk
  • elenco concatenato (linked list) • ⚪ ll
  • posizione (location) • ⚪ loc
  • longitudine (longitude) • 🟡 lon { only with coord }

M

  • direttore (manager) • ⚪ mng
  • matrice (matrix) • 🟡 mat { mathematics } • 🟡 mtx { mathematics }
  • massimo (maximum) • ⚪ max
  • memoria (memory) • ⚪ mem
  • messaggio (message) • ⚪ msg
  • metadata (metadata) • 🟡 meta { data science }
  • microcontrollore (microcontroller) • ⚪ mcu
  • mezzo (middle) • ⚪ mid
  • minimo (minimum) • ⚪ min
  • misto (miscellaneous) • ⚪ misc
  • modulo (modulo) • ⚪ mod
  • moltiplicazione (multiplication) • ⚪ mul
  • mutabile (mutable) • 🟡 mut { variables }

N

  • navigazione (navigation) • ⚪ nav
  • rete (network) • ⚪ net
  • nuova linea (newline) • 🟡 nl { endcoding }
  • no (no) • 🟡 n { only with y }
  • nodo (node) • 🟡 $... { DOM }
  • diverso (not equal) • 🟡 ne { binary operators }
  • numero (number) • ⚪ num
  • numero di (number of) • ⚪ num

O

  • oggetto (object) • ⚪ obj
  • chiave oggetto (object key) • 🟡 key { only with val }
  • ottale (octal) • ⚪ oct
  • open source (open source) • ⚫ os
  • software open source (open source software) • ⚪ oss
  • sistema operativo (operating system) • ⚪ os
  • operazione (operation) • 🟡 op { binary operations }
  • opzione (option) • ⚪ opt
  • ordine (order) • 🟡 ord { data science }
  • organizzazione (organization) • ⚪ org
  • origine (origin) • ⚪ orig
  • output (output) • ⚪ out

P

  • pacchetto (package) • ⚪ pkg
  • parametro (parameter) • ⚪ param
  • prestazione (performance) • ⚪ perf
  • immagine (picture) • ⚪ pic
  • pixel (pixel) • ⚪ px
  • puntatore (pointer) • 🟡 p { memory } • ⚪ ptr
  • poligono (poligon) • ⚪ pol
  • posizione (position) • ⚪ pos
  • potenza (power) • 🟡 pwr { energy }
  • predicazione (predication) • ⚪ pred
  • predizione (prediction) • ⚪ pred
  • preferenza (preference) • ⚪ pref
  • precedente (previous) • ⚪ prev
  • privato (private) • ⚪ priv
  • processo (process) • 🟡 proc { threads }
  • produzione (production) • ⚪ prod
  • profilatore (profiler) • ⚪ prof
  • proprietà (property) • ⚪ prop
  • pubblico (public) • ⚪ pub

Q

  • quesito (query) • ⚪ q • ⚫ qry

R

  • radianti (radians) • ⚪ rad
  • raggio (radius) • 🟡 r { circles }
  • casuale (random) • ⚪ rand • ⚫ rnd
  • gamma (range) • ⚪ rng
  • ricevere (receive) • ⚪ recv
  • registrare (record) • ⚪ rec
  • rettangolo (rectangle) • 🟡 rect { shapes }
  • riferimento (reference) • ⚪ ref
  • espressione regolare (regular expression) • ⚪ regex • ⚫ rgx
  • relation (relation) • ⚪ rel
  • remoto (remote) • ⚪ rem
  • rimuovere (remove) • ⚪ rm • ⚪ rmv
  • repository (repository) • ⚪ repo
  • richiesta (request) • ⚪ req
  • risposta (response) • ⚪ res
  • risultato (result) • ⚪ res
  • ritorno (return) • ⚪ ret
  • revisione (revision) • ⚪ rev

S

  • script (script) • ⚫ sc
  • secante (secant) • ⚪ sec
  • selezione (selection) • ⚪ sel
  • semaforo (semaphore) • 🟡 sem { conditional operators }
  • separazione (separator) • ⚪ sep
  • sequenza (sequence) • ⚪ seq
  • servizio (service) • ⚪ svc
  • sessione (session) • ⚪ sess
  • selezionato come prefisso (signed as prefix) • 🟡 s { modifiers }
  • seno (sine) • ⚪ sin
  • software (software) • 🟡 sw { computer science }
  • soluzione (solution) • ⚫ sln • ⚪ sol
  • risolutore (solver) • ⚪ sol
  • sorgente (source) • ⚪ src
  • specificazione (specification) • ⚪ spec
  • radice quadrata (square root) • ⚪ sqrt
  • standard (standard) • ⚪ std
  • standard input output (standard input output) • ⚪ stdio
  • affermazione (statement) • ⚪ stmt
  • statistica (statistic) • ⚪ stat
  • stringa (string) • ⚪ str
  • sottrazione (subtration) • ⚪ sub
  • sincronizzazione (synchronization) • ⚪ sync

T

  • dato di tabella (table data) • ⚪ td
  • intestazione di tabella (table header) • ⚪ th
  • riga di tabella (table row) • ⚪ tr
  • tangente (tangent) • ⚪ tan
  • bersaglio (target) • ⚫ tgt
  • temporaneo (temporary) • ⚪ tmp • ⚪ temp
  • testo (text) • ⚫ txt
  • tempo (time) • 🟡 t { physics }
  • timer (timer) • ⚪ tmr
  • timestamp (timestamp) • ⚪ ts
  • a (to) • ⚫ 2
  • interruttore (toggle) • ⚫ tgl
  • transazione (transaction) • ⚪ tx
  • tipo (type) • 🟡 t { modifiers } • ⚫ tpe

U

  • utente (user) • 🟡 u { URLs } • ⚫ usr
  • utilità (utility) • ⚪ util

V

  • valore (value) • 🟡 v { only with k } • ⚪ val
  • variabile (variable) • ⚪ var
  • vettore (vector) • 🟡 v { physics } • ⚪ vec
  • versione (version) • ⚪ v • ⚫ ver
  • verticale (vertical) • ⚪ ver

W

  • spazio bianco (white space) • 🟡 ws { encoding }
  • larghezza (width) • 🟡 w { shapes }
  • finestra (window) • ⚪ win
  • installatore (wizard) • ⚪ wiz

X

Y

  • si (yes) • 🟡 y { only with n }

Z

280 abbreviazioni nella lista


Torna all'indice