software-engineering-research
SolidGuide to software engineering research topics and methodologies
Web & Frontend 231 stars
37 forks Updated 3 days ago MIT
Install
Quality Score: 92/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Software Engineering Research Guide
Navigate the landscape of software engineering research, including key subfields, methodologies, datasets, benchmarks, and top venues.
## SE Research Subfields
| Subfield | Key Topics | Major Venues |
|----------|-----------|-------------|
| **Software Testing** | Test generation, fuzzing, mutation testing, flaky tests | ISSTA, ICST, ASE |
| **Program Analysis** | Static analysis, abstract interpretation, symbolic execution | PLDI, POPL, OOPSLA |
| **Software Maintenance** | Code refactoring, technical debt, code smells, evolution | ICSME, MSR, SANER |
| **SE for AI/ML** | ML pipeline testing, data quality, model debugging | ICSE-SEIP, FSE |
| **AI for SE** | Code generation, bug detection, program repair | ICSE, FSE, ASE |
| **Distributed Systems** | Consensus, fault tolerance, scalability, microservices | SOSP, OSDI, EuroSys |
| **Cybersecurity** | Vulnerability detection, malware analysis, privacy | IEEE S&P, CCS, USENIX Security |
| **HCI in SE** | Developer tools, IDE usability, code comprehension | CHI, CSCW, VL/HCC |
| **Empirical SE** | Mining repositories, developer surveys, controlled experiments | ESEM, MSR, TOSEM |
## Research Methodologies in SE
### Controlled Experiments
Testing a specific hypothesis with treatment and control groups:
```markdown
Example: Does AI code completion improve developer productivity?
Design:
- Participants: 60 professional developers
- Treatment: IDE with AI code completion enabled
- Contro...
Details
- Author
- wentorai
- Repository
- wentorai/research-plugins
- Created
- 3 months ago
- Last Updated
- 3 days ago
- Language
- TypeScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
Web & Frontend Listed
software-engineering-research
Guide to software engineering research topics and methodologies
1,831 Updated 3 days ago
brycewang-stanford Web & Frontend Listed
software-engineering-research
Guide to software engineering research topics and methodologies
9 Updated today
gabrielmoreira AI & Automation Solid
research-methodology
Best practices for systematic research, source evaluation, and evidence gathering
859 Updated yesterday
vstorm-co