vlastachu
09/20/2017, 4:33 PMCPTViewModel(
selectionType = null,
taskName = task.displayName,
projectName = projectInfo.project.name,
customerName = projectInfo.customer.name,
isTaskVisible = true
)
to
CPTViewModel(
selectionType = null,
taskName = task.displayName,
projectName = projectInfo.project.name,
customerName = projectInfo.customer.name,
isTaskVisible = true
)
yole
09/20/2017, 4:35 PMvlastachu
09/20/2017, 4:38 PMwhen
expression...bdawg.io
09/20/2017, 5:46 PMselectionType
got changed to selectionTypes
. But FWIW, I also dislike the double indent when wrapping if conditions and function parameters