👨‍💻
TIL - Today I Learned
  • Introduction
  • Computer Science
    • Algorithms
      • Bubble Sort
    • Data Structures
      • Linked List
      • Stack
      • Queue
      • [WIP] Hash Table
      • Trees
    • Design Patterns
      • Creational Design Patterns
        • WIP: Factory Method
    • Other
      • Signed vs Unsigned Numbers
  • Software Engineering
    • Requirements engineering
      • Functional Requirements vs Non-functional requirements
  • Personal Development
    • Fixed vs Growth Mindset
  • TIL - Today I Learned
    • TypeScript
      • The unknown type
      • Interface vs Type alias
      • Enums
    • JavaScript
      • Symbol
      • Math.sign()
      • URLSearchParams
      • null vs undefined
    • HTML
      • <progress>
      • <bdo>
      • <base>
    • SASS
      • Maps & @each directive
      • How to access Maps
    • Git
      • Quick switch to the previous branch
    • Developer Tools
      • DOM change breakpoints
      • Conditional breakpoints in Chrome
      • You can copy() from the console
  • ugross.dev
Powered by GitBook
On this page

Was this helpful?

  1. Software Engineering

Requirements engineering

Functional Requirements vs Non-functional requirements
PreviousSigned vs Unsigned NumbersNextFunctional Requirements vs Non-functional requirements

Last updated 4 years ago