2024-03-29
Artificial Code Coverage
›
Abstract: In this paper I put forth the proposition that contrary to popular belief, 100% code coverage can be a very advantageo...
2024-03-07
The most important quality of software
›
What is the most important quality of software? Correctness, they say. And what is the second most important quality of software? R...
2024-01-28
Types of dependencies
›
The term "dependency" is used very often in software engineering, but depending on context, it may mean slightly differ...
2023-12-29
Call Graph Acyclicity
›
Abstract In technical design of software systems as conventionally practiced, call graphs often contain cycles. We show that cyc...
2023-12-23
Towards Authoritative Technical Software Design
›
Abstract In this paper we examine the long-standing need within the Software Engineering Discipline for technical design docume...
2023-09-05
Converting MSBuild project files from legacy-style to SDK-style
›
I recently did this at work, and I decided to document the process here in the form of a how-to guide. Please note that I am not ...
2023-08-15
On the "Dotfuscator" tool by PreEmptive Solutions
›
I am giving this tool a try at work, and I am encountering a great many problems with it. I decided to publicly document my findi...
2023-07-21
Migrating a project from DotNet Framework 4.7.2 to DotNet 7
›
I recently did this at work, and I decided to document the process here in the form of a how-to guide. Please note that I am not ...
2023-07-06
[SOLVED] Maven deploy fails with status 422 unprocessable entity
›
It has been more than a year since I created this question on GitHub Community; a couple of days after that I found the solution by myself, ...
2023-06-12
The Trouble with XAML Hot Reload in WPF
›
The XAML Hot Reload feature of WPF is extremely useful because GUI work often involves tweaking visual aspects of an application, ...
‹
›
Home
View web version