View Issue Details

IDProjectCategoryView StatusLast Update
0004668Talerexchangepublic2016-10-11 17:28
ReporterMarcello Stanisci Assigned ToChristian Grothoff  
PrioritynoneSeveritytweakReproducibilityhave not tried
Status closedResolutionwon't fix 
Product Version0.0 
Target Version0.1Fixed in Version0.1 
Summary0004668: sources naming
DescriptionThe exchange codebase contains at least two source file whose code does not match the intuitive domain given in filename. For example, no function in exchangedb/exchangedb_denomkeys.c fetches data from the DB, just from disk (via filesystem). The same holds for exchangedb_signkeys.c. Unless here "db" means also "from filesystem", this naming is a bit misleading.
TagsNo tags attached.

Activities

Christian Grothoff

2016-09-20 16:47

manager   ~0011130

Files on disk can be considered a "database", this is an implementation detail. For the rest of the code, what matters is that this is some type of persistent storage, so "db" is fine. I think you're reading too much into the name here.

Issue History

Date Modified Username Field Change
2016-09-20 16:28 Marcello Stanisci New Issue
2016-09-20 16:28 Marcello Stanisci Status new => assigned
2016-09-20 16:28 Marcello Stanisci Assigned To => Christian Grothoff
2016-09-20 16:47 Christian Grothoff Note Added: 0011130
2016-09-20 16:48 Christian Grothoff Status assigned => resolved
2016-09-20 16:48 Christian Grothoff Resolution open => won't fix
2016-09-20 16:48 Christian Grothoff Fixed in Version => 0.1
2016-09-20 16:48 Christian Grothoff Target Version => 0.1
2016-10-11 17:28 Christian Grothoff Status resolved => closed