< 0 码力 |
1 页 |
4.74 MB
| 1 年前 3 ## References:
• scaledagileframework.com
SAFe in 7 minutes - https://www.youtube.com/watch?v=RXzurBazN-I
## Scaled Agile Framework (SAFe):
Dean Leffingwell - Agile Software Requirements: Lean Requirements architect
• value streams
• investment themes - provide operating budgets for release trains
### SAFe v3.0 - late July 2014
• develop on cadence, deliver on demand
• strategic themes 0 码力 |
2 页 |
304.16 KB
| 1 年前 3 ## Exceptional C++
## This talk is not about:
Exceptions vs Error codes vs Expected
Exception safe code
Error handling best practices
## This talk is not about

{
std::string s{"Some default 0 码力 |
111 页 |
4.87 MB
| 1 年前 3 memory safe software languages can prevent or mitigate most memory management issues. NSA recommends using a memory safe language when possible. While the use of added protections to non-memory safe languages languages and the use of memory safe languages do not provide absolute protection against exploitable memory issues, they do provide considerable protection. Therefore, the overarching software community across Government have begun initiatives to drive the culture of software development towards utilizing memory safe languages. [3] [4] [5]
## 2023
## Safety & Security The Future
National Security Agency | Cybersecurity 0 码力 |
124 页 |
2.03 MB
| 1 年前 3 org/z/r6E7Wh675
## Specialization Example
;
;
};
static constexpr std::size_t value = 0;
struct safe_sizeof {
static constexpr std::size_t value = 0;
};
https://godbolt.org/z/r6E7Wh675 Example
;
;
https://godbolt.org/z/r6E7Wh675
## Specialization Example
template
struct safe_sizeof {
static constexpr std::size_t value = sizeof(T);
};
;
https://godbolt.org/z/r6E7Wh675 Specialization Example
template
struct safe_sizeof {
static constexpr std::size_t value = sizeof(T);
};
template <>
struct safe_sizeof {
static constexpr std::size_t value 0 码力 |
175 页 |
1.16 MB
| 1 年前 3 memory safe software languages can prevent or mitigate most memory management issues. NSA recommends using a memory safe language when possible. While the use of added protections to non-memory safe languages languages and the use of memory safe languages do not provide absolute protection against exploitable memory issues, they do provide considerable protection. Therefore, the overarching software community across drive the culture of software development towards utilizing memory safe languages. [3] [4] [5]
## Memory safe languages
Using a memory safe language can help prevent programmers from introducing certain 0 码力 |
45 页 |
5.12 MB
| 1 年前 3
|