Hacker News new | ask | show | jobs
by proamdev123 841 days ago
You can also debug by putting each method on a separate line, which allows for debugging by commenting out individual methods one at a time. It enhances readability too. Example: (df.method1()

      .method2()

      .method3()
)
1 comments

The code didn’t render properly, and it’s not letting me edit the comment. Here’s my example: (df.method1()

     .method2()

     .method3()

)