ICSME Writing Style
Use this when revising the main paper. ICSME papers are read by maintenance and evolution
empiricists, so they need a software-maintenance contribution stated on the first page and
evidence a reviewer trusts. The failure this skill prevents is a technically fine paper that reads
like a greenfield systems demo or a generic ML result with a maintenance title glued on — the
icsme-topic-selection re-route signal.
Revision rules
- Lead with the maintenance/evolution problem: the situation a maintainer recognizes (a system
aging under change, debt accruing, a refactoring nobody trusts, comprehension lost over years),
why the current state is inadequate, the contribution, the evidence, and what changes for people
who maintain software.
- State research questions as contracts. Each RQ names what is measured and how it will be
judged; every RQ is answered explicitly in the results, and no result exists without an RQ it
serves.
- Pair every claim with proportional evidence — real evolving subject systems, a fair baseline,
a statistic with an effect size, or a qualitative code with agreement — not adjectives.
- Argue threats to validity; do not recite them. Name the construct, internal, external, and
conclusion threats that actually bite this maintenance study (mining confounds, survivorship in
change history, one-ecosystem generalization) and say what you did to bound each.
- Respect the 10-page budget as a design constraint. The IEEEtran two-column limit counts
figures, tables, and appendices; a study that only fits by shrinking threats or method is
over-scoped for the venue.
- Maintain double-anonymity in self-citations, tool names, the choice of your own system as a
subject, acknowledgements, funding, and data-availability wording.
Maintenance/evolution paper skeleton
| Section |
Job it must do |
Common failure |
| Intro |
Maintenance problem, inadequacy, contribution, evidence preview, payoff — first page |
Leads with a technology trend, not a maintenance pain |
| Background/Motivation |
Why a maintainer or the evolution literature needs this now |
Motivation by assertion, no grounding in practice |
| Approach / Study design |
The technique or the RQs + mining/analysis protocol, reproducibly |
Method too thin to re-run on other histories |
| Evaluation |
Each RQ answered with proportional evidence on real systems |
Metrics that proxy for the maintenance outcome |
| Threats to validity |
The threats that bite this history/corpus, each bounded |
Generic list untethered from this study |
| Related work |
Delta-first positioning against the evolution literature |
Catalog of citations with no contrast |
Sentence-level rewrites
| Draft pattern |
ICSME-safe rewrite |
| "Our tool significantly improves maintainability." |
"reduces change-impact set size by X% (95% CI ...) vs. on " |
| "We study a large software corpus." |
"We mine projects sampled by over , listed in the artifact" |
| "Results show our refactoring is safe." |
"RQ2: behaviour-preservation held on of applications; threats in §5.2" |
| "State-of-the-art performance." |
Claim scoped to the systems, change history, and metrics actually studied |
| "Developers understood the code better." |
"comprehension-task accuracy rose from X to Y (effect size ...) in the study" |
Threats-to-validity discipline
[Construct] does the metric measure the maintenance outcome you claim? (e.g. churn as a proxy for effort)
[Internal] could something other than your technique explain it? (confounds in change history, tuning)
[External] to which systems/languages/domains/histories does the finding generalize?
[Conclusion] are the statistics appropriate; survivorship handled; multiple comparisons corrected?
-> for each that bites: state it, then state the mitigation, next to the affected result
Vignette: compressing a mining study into 10 pages
A draft with three RQs, nine figures, and a sprawling background on version-control internals: keep
all three RQ answers, the two figures that carry the headline evolution findings, and a threats
subsection per RQ; move the full per-project breakdown, the mining pipeline diagram, and secondary
plots to the artifact with explicit forward references; cut background to what the argument needs.
The test of a good cut: a reviewer should be able to answer "what did each RQ find about how this
software evolves, and what threatens it?" from the 10 pages alone.
Output format
[Writing diagnosis] clear / under-motivated / over-claimed / evidence-mismatched / over-scoped
[First-page fix] <new framing leading with the maintenance/evolution contribution>
[RQ audit] <RQ -> metric -> where answered -> proportional? yes/no>
[Threats fix] <threat that bites this history/corpus -> mitigation to add, placed by the result>
[Anonymity edits] <tool names / self-citations / own-system subject / links to rewrite>
1---2name: icsme-writing-style3description: Use when revising an IEEE ICSME paper for a maintenance/evolution contribution stated on the first page, research-question contracts, a threats-to-validity section that argues rather than recites, evidence proportional to the claim, double-anonymous wording, and disciplined use of the IEEEtran two-column 10-page budget.4---56# ICSME Writing Style78Use this when revising the main paper. ICSME papers are read by maintenance and evolution9empiricists, so they need a **software-maintenance contribution stated on the first page** and10evidence a reviewer trusts. The failure this skill prevents is a technically fine paper that reads11like a greenfield systems demo or a generic ML result with a maintenance title glued on — the12`icsme-topic-selection` re-route signal.1314## Revision rules1516- **Lead with the maintenance/evolution problem:** the situation a maintainer recognizes (a system17 aging under change, debt accruing, a refactoring nobody trusts, comprehension lost over years),18 why the current state is inadequate, the contribution, the evidence, and what changes for people19 who maintain software.20- **State research questions as contracts.** Each RQ names what is measured and how it will be21 judged; every RQ is answered explicitly in the results, and no result exists without an RQ it22 serves.23- **Pair every claim with proportional evidence** — real evolving subject systems, a fair baseline,24 a statistic with an effect size, or a qualitative code with agreement — not adjectives.25- **Argue threats to validity; do not recite them.** Name the construct, internal, external, and26 conclusion threats that actually bite *this* maintenance study (mining confounds, survivorship in27 change history, one-ecosystem generalization) and say what you did to bound each.28- **Respect the 10-page budget as a design constraint.** The IEEEtran two-column limit counts29 figures, tables, and appendices; a study that only fits by shrinking threats or method is30 over-scoped for the venue.31- **Maintain double-anonymity** in self-citations, tool names, the choice of your own system as a32 subject, acknowledgements, funding, and data-availability wording.3334## Maintenance/evolution paper skeleton3536| Section | Job it must do | Common failure |37|---|---|---|38| Intro | Maintenance problem, inadequacy, contribution, evidence preview, payoff — first page | Leads with a technology trend, not a maintenance pain |39| Background/Motivation | Why a maintainer or the evolution literature needs this now | Motivation by assertion, no grounding in practice |40| Approach / Study design | The technique or the RQs + mining/analysis protocol, reproducibly | Method too thin to re-run on other histories |41| Evaluation | Each RQ answered with proportional evidence on real systems | Metrics that proxy for the maintenance outcome |42| Threats to validity | The threats that bite this history/corpus, each bounded | Generic list untethered from this study |43| Related work | Delta-first positioning against the evolution literature | Catalog of citations with no contrast |4445## Sentence-level rewrites4647| Draft pattern | ICSME-safe rewrite |48|---|---|49| "Our tool significantly improves maintainability." | "reduces change-impact set size by X% (95% CI ...) vs. <baseline> on <N evolving systems>" |50| "We study a large software corpus." | "We mine <N> projects sampled by <criterion> over <time window>, listed in the artifact" |51| "Results show our refactoring is safe." | "RQ2: behaviour-preservation held on <fraction> of applications; threats in §5.2" |52| "State-of-the-art performance." | Claim scoped to the systems, change history, and metrics actually studied |53| "Developers understood the code better." | "comprehension-task accuracy rose from X to Y (effect size ...) in the study" |5455## Threats-to-validity discipline5657```text58[Construct] does the metric measure the maintenance outcome you claim? (e.g. churn as a proxy for effort)59[Internal] could something other than your technique explain it? (confounds in change history, tuning)60[External] to which systems/languages/domains/histories does the finding generalize?61[Conclusion] are the statistics appropriate; survivorship handled; multiple comparisons corrected?62-> for each that bites: state it, then state the mitigation, next to the affected result63```6465## Vignette: compressing a mining study into 10 pages6667A draft with three RQs, nine figures, and a sprawling background on version-control internals: keep68all three RQ answers, the two figures that carry the headline evolution findings, and a threats69subsection per RQ; move the full per-project breakdown, the mining pipeline diagram, and secondary70plots to the artifact with explicit forward references; cut background to what the argument needs.71The test of a good cut: a reviewer should be able to answer "what did each RQ find about how this72software evolves, and what threatens it?" from the 10 pages alone.7374## Output format7576```text77[Writing diagnosis] clear / under-motivated / over-claimed / evidence-mismatched / over-scoped78[First-page fix] <new framing leading with the maintenance/evolution contribution>79[RQ audit] <RQ -> metric -> where answered -> proportional? yes/no>80[Threats fix] <threat that bites this history/corpus -> mitigation to add, placed by the result>81[Anonymity edits] <tool names / self-citations / own-system subject / links to rewrite>82```