Technology, Science and Universe
Results for {phrase} ({results_count} of {results_count_total})
Displaying {results_count} results of {results_count_total}
j
- JavaScript State Pattern Description: The State Pattern is a design pattern that allows an object to alter its behavior when its internal state changes. This pattern is(...) Read more
- JavaScript Template Method Pattern Description: The Template Method pattern is a design pattern that defines the skeleton of an algorithm in a method, delegating some steps to(...) Read more
- JavaScript Bridge Pattern Description: The Bridge Pattern in JavaScript is a structural design pattern aimed at separating an object's interface from its implementation,(...) Read more
- JavaScript Memento Pattern Description: The Memento pattern is a design pattern that allows an object to capture its internal state and store it externally so that it can(...) Read more
- JavaScript Proxy Pattern Description: The Proxy pattern in JavaScript is a structural design pattern that acts as an intermediary or substitute for another object,(...) Read more
- JavaScript Null Object Pattern Description: The Null Object pattern in JavaScript is a design approach that uses a null object instead of a null reference to avoid the need(...) Read more
- JAD (Joint Application Development) Description: Joint Application Development (JAD) is a methodology that seeks to involve the client or end user in the design and development of(...) Read more
- JIRA Agile Description: JIRA Agile is a plugin for JIRA that provides agile project management features, allowing development teams to plan, track, and(...) Read more
- JAD sessions Description: Joint Application Development (JAD) sessions are facilitated workshops that bring together project stakeholders to collaboratively(...) Read more
- JIRA Query Language (JQL) Description: JIRA Query Language (JQL) is a powerful query language specifically designed to search for issues in JIRA, a widely used project(...) Read more
- Just-in-Time (JIT) Description: Just-In-Time (JIT) compilation is a method of program execution that improves performance by compiling code at runtime. Unlike(...) Read more
- Job Story Description: A Job Story is a user-centered approach to defining requirements that focuses on the work the user is trying to accomplish. This(...) Read more
- Javadoc Comments Description: Javadoc comments are special comments in Java code used to generate documentation. These comments are inserted into the source code(...) Read more
- JMock Description: JMock is a library for testing Java code using mock objects. Its main goal is to facilitate test-driven development (TDD) by(...) Read more
- JBehave Description: JBehave is a framework for behavior-driven development in Java, designed to facilitate the creation of automated tests that reflect(...) Read more