View Issue Details

IDProjectCategoryView StatusLast Update
0000318Comica 2Backend / Corepublic2019-02-23 15:50
ReporterBootBlock Assigned ToBootBlock  
PrioritylowSeveritytrivialReproducibilityN/A
Status newResolutionopen 
Product Version2.00 
Target Version2.00 
Summary0000318: Change String concatenations to interpolations
Description

Change all string concatenations to their interpolated equivalents. As well as looking much nicer, it might(?) reduce memory usage - fragmentation, at least, anyway.

For example:

myString = "Comic Name: " & definition.Name

becomes

myString = $"Comic Name: {definition.Name}"

TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2019-02-23 15:47 BootBlock New Issue
2019-02-23 15:47 BootBlock Assigned To => BootBlock
2019-02-23 15:50 BootBlock Description Updated