79128036

Date: 2024-10-26 07:51:10
Score: 2
Natty:
Report link

Why the extra complexity if property AAAName is public?

Public Class Form1

    Dim Form2 As Form2

    Private Sub Form1_Load(sender As Object, e As EventArgs) _
        Handles MyBase.Load

        Form2 = New Form2 With {
            .AAAName = "Some name",
            .TopLevel = False}
    End Sub

End Class
Reasons:
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): Why the
Posted by: Konstantin Makarov