Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Tags used in Code Reviews
For questions about replicating data across multiple databases. Database replication is used to ensure consistency ...
For questions about using SQL transactional replication. This type of replication starts with an initial snapshot and ...
For questions about working with opaque data types. An opaque data type is a data type whose concrete data structure is ...
For questions related to using shells tab-completion functionality. Tab completion refers to automatically completing a ...
For questions related to programming with PHP Data Objects (PDOs). PDOs is a data-access abstraction layer for PHP.
For questions about converting a numeric value into a string (typically in a human-readable format).
For questions about working with rows. A row may refer to the horizontal line of items/objects in a spreadsheet, SQL ...
For questions about using the string.h header file from the C standard library that defines a set of functions for ...
For questions about Clojure, a dynamic and functional dialect of the Lisp programming language on the Java platform.
For questions about using a dictionary, a data structure that maps keys to values, allowing fast retrieval of values by ...
For questions about language-specific constructs that provide a short way to create lists in a style similar to the ...
For questions about using the HTML DOM querySelector method. querySelector returns the first element that matches a ...
For questions about threads cancellation, a paradigm that allows canceling a running operation (thread) before it ...
For questions about userscripts, that is JavaScript extensions for the web browsers, used to automate or customize ...
For questions about URL fragments, URL the URL parts that appears after the hash (#) character.
For questions about the pointer dereference which is the process of determining the object to which the pointer is ...
For questions about the fopen C function used for opening files to read, write or append content to it.
For questions about programming with Windows Sockets 2 (Winsock), a library that allows developing network-capable ...
For questions about using userscript managers. A userscript manager is a browser extension or similar that provides a ...
For questions about constructing or using query strings. A query string is an URL part that comes after the question mark ...
For questions about using the HTTP GET request method. GET methods are defined when the client needs to get data from the ...
For questions about parsing JSON files using either framework's built-in functionality or a third-party library.
For questions about AvaloniaUI or Avalonia GUI framework. Avalonia is multiplatform and relies on XAML to define the GUI.
For questions about working with Jenkins slave nodes which are used to perform builds in a distributed way.
For questions about CPU (central processing unit or processor) in a development context (e.g. checking supported ...
For questions about working with Google Analytics from a development point of view (e.g. using its API).
For questions about using Java DataBase Connectivity (JDBC), which enables interacting with SQL databases.
For questions about cloning objects which might be shallow (actual content is referenced from both the initial object and ...
For questions about fire-and-forget pattern which means that a message is not tracked by the originator after being sent.
For questions about asynchronous programming. Asynchronous programming is a way for deferring operations with high ...
For questions about dealing with HTTP Response Codes which can be informational responses, successful responses, ...
For questions about the current state of a process. Please avoid this tag, as it is quite ambiguous.
For questions about programming with pipes. A pipe is an interprocess connection between file descriptors of two ...
For questions about passing by reference which means that arguments location in memory is passed to a function (as ...
For questions about the Single instruction, multiple data (SIMD) concept. SIMD typically means having each instruction ...
For questions about the AutoMapper .NET library, a convention-based object-object mapper and transformer.
For questions about OpenGL ES, a subset of the OpenGL 3D graphics API that is used for embedded devices.
For questions about shaders or pixel-shaders. Shaders are graphics functions that calculate effects on a per-pixel basis.
For questions about automation, a computer process consisting of tasks that do not require human intervention.
For questions about working with Multipurpose Internet Mail Extensions (MIME), an Internet standard that extends the ...
For questions about working with environment variables, which are dynamic-named values that can influence the way a ...
For questions about using nested transactions. A nested transaction is a database transaction that is started within the ...
For questions about Open Service Gateway Initiative (OSGi) framework which is a module system and service platform for ...
For questions about static code analysis, the analysis of computer software code without executing it.
For questions dealing with computing the cyclomatic complexity of a piece of code. Cyclomatic complexity is a natural ...
For questions about programming against relational databases such as SQL Server, MySQL, PostgreSQL.
For questions about ways to manage user idleness (no longer interacting with a dialog, tab, etc.)
For questions dealing with the user interactivity with a software system, with a focus on coding of that interaction.
For questions about using assisted automated testing by generating a snapshot of the data, a visual component, and ...
For questions about working with C# Verify library which is a snapshot tool that allows complex objects and documents ...
For questions about using the GlassFish application server. GlassFish is an open-source Jakarta EE platform application ...
For questions about data prefetching, a technique to minimize time spent waiting for some data to arrive, useful for ...
For questions about using SQL ORDER BY clause that is used to sort the results by one or multiple columns
For questions about the noreturn C/C++ attribute that tells the compiler that a function does not return.
For questions involving void return type. Void is used as a syntactic place-holder for the return type of a ...
For questions about using the Lightweight Directory Access Protocol (LDAP) protocol. LDAP is an open, vendor-neutral, ...
For questions about using Mintty, a free and open-source terminal emulator for Cygwin, the Unix-like environment for ...
For questions about working with H2O in-memory platform used for distributed, scalable machine learning applications.
For questions about programming against Active Directory (AD), a distributed directory service created by Microsoft.
For questions involving version 2 of Ruby on Rails web development framework (legacy).
For questions about HTTP headers. HTTP headers are the name or value pairs that are displayed in the request and response ...
For questions about using Puppeteer, a Node.js library that provides a high-level API to control headless Chrome or ...
For questions about timeout, a concept that means the predefined period of time allowed to elapse before an event occurs.
For questions about working with application exit codes. An exit code (status) is a number that is returned by an ...
For questions about CodeQL, a code analysis engine developed by GitHub to automate security checks.
For questions related to the "ignore"-file mechanism used by the version controls that specify the files that should not ...
For questions related to identifying the format used for some data (file, packet etc.)
For questions about AWK, a programming language designed for text processing and typically used as data extraction and ...
For questions related to using a brute-force approach, a trial-and-error method typically used by applications trying to ...
For questions related to the .NET Runtime or Common Language Runtime (CLR),which manages the execution of .NET programs.