🟢 How to Clean your ABAP code in Seconds with ABAP Cleaner

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ก.ย. 2023
  • Join this session to see what ABAP cleaner offers, how it is installed, used and configured, and how it relates to other Open-Source projects like Code pal for ABAP and the Clean ABAP style guide.
    Link to the presentation used in the session : dam.sap.com/mac/u/a/yPnDZ6e.h...
    After watching the session, be sure to complete the validation tutorial to earn points for Devtoberfest!
    developers.sap.com/tutorials/...
    Speaker: Joerg-Michael Grassau, SAP
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 31

  • @NemanjaSimovic
    @NemanjaSimovic วันที่ผ่านมา

    ❤❤❤ Simply great! ❤❤❤
    Finally, a weapon to fight against bad old habits . 😊

  • @nitintiwari2840
    @nitintiwari2840 5 หลายเดือนก่อน +1

    Loved ABAP Cleaner! It will make Self review pretty easy and also help Developers to speed up the development with clean code. Thank you @sapdevs for the session.

  • @jese6621
    @jese6621 9 หลายเดือนก่อน +2

    a dream come true, it will help clean up customer and my own code quickly

  • @sandrasolis_
    @sandrasolis_ 9 หลายเดือนก่อน

    I love Clean Code topic, Thank you Joerg-Michael Grassau for such great and useful information !

  • @viniciusoliveira5040
    @viniciusoliveira5040 9 หลายเดือนก่อน +1

    Very nice tool!!! Thanks a lot.

  • @kaisicker4526
    @kaisicker4526 9 หลายเดือนก่อน +2

    Christmas has come early for me, really great!!!
    I wasted so much time doing all this manually.
    Would be great to have this for CDS views/annotations as well!

  • @binpath
    @binpath 9 หลายเดือนก่อน

    This save us a lot of time! thanks!

  • @wiseskeshom4673
    @wiseskeshom4673 9 หลายเดือนก่อน

    This is really nice, thank you for the great tool.

  • @YellappaM
    @YellappaM 7 หลายเดือนก่อน

    Thanks a lot. I love the tool and started using it.

  • @ChristianGrail
    @ChristianGrail 9 หลายเดือนก่อน

    Great video. Thanks a lot for this great tool.

  • @ajayyadav-pf7pv
    @ajayyadav-pf7pv 4 หลายเดือนก่อน

    Thank you very much,,,I love this tool and alreday started using it.

  • @syambabuallu8571
    @syambabuallu8571 9 หลายเดือนก่อน

    it's really useful tool.Thanks for sharing!!

  • @Developer_Shakya
    @Developer_Shakya 5 หลายเดือนก่อน

    Thank you for providing such a comprehensive explanation. I would also like to express my gratitude for making this tool accessible to the public. I am eagerly anticipating future innovations, such as the integration of A.I. to analyze code and offer recommendations, such as limiting the exporting parameter to returning or modularizing the code into new methods.
    Best regards,
    Ashish.

  • @saurabhkhare1000
    @saurabhkhare1000 9 หลายเดือนก่อน

    This is great! Thanks for sharing.

  • @dineshkumawat6258
    @dineshkumawat6258 5 หลายเดือนก่อน

    A useful tool for developers, helps to write ABAP-style code.

  • @LaceyFisher-bl7jt
    @LaceyFisher-bl7jt 9 หลายเดือนก่อน

    i really love using your site

  • @ajaykulkarni3499
    @ajaykulkarni3499 9 หลายเดือนก่อน

    Quite a useful tool for developers :)

  • @sapdevs
    @sapdevs  9 หลายเดือนก่อน +3

    Thanks for watching the session! Here is the link to the ABAP cleaner repository: github.com/SAP/abap-cleaner

    • @ajitmhatre9
      @ajitmhatre9 5 หลายเดือนก่อน

      The standalone version for windows not working not able to open tried previous release as well

  • @tyukmaev
    @tyukmaev 9 หลายเดือนก่อน

    Ооо наконец-то! 🎉

  • @yasinemrekoroglu866
    @yasinemrekoroglu866 9 หลายเดือนก่อน

    useful tool for BW ,too.

  • @sapdevs
    @sapdevs  9 หลายเดือนก่อน

    Link to the presentation used in the session : dam.sap.com/mac/u/a/yPnDZ6e.htm?rc=10

  • @sapdevs
    @sapdevs  9 หลายเดือนก่อน

    After watching the session, be sure to complete the validation tutorial to earn points for Devtoberfest!
    developers.sap.com/tutorials/devtoberfest2023-week2-abap-cap-abapcleaner.html

  • @sergioferrari6143
    @sergioferrari6143 9 หลายเดือนก่อน

    Wow, I like to think to ABAP Cleaner as the "Advanced version of Pretty Print" or "Pretty Print++"

    • @jmgrassau
      @jmgrassau 9 หลายเดือนก่อน +1

      that's nice, because the initial working title of the project was indeed "Prettier Printer" 🙂

  • @remidicharla
    @remidicharla 9 หลายเดือนก่อน

    Can we see more rules that convert old code to new syntax like converting READ statements to new form?

    • @jmgrassau
      @jmgrassau 9 หลายเดือนก่อน

      yes, I hope so - there is already an issue #36 "Feature request: Use newer expressions" for this on the repository!

  • @ajitmhatre9
    @ajitmhatre9 5 หลายเดือนก่อน

    The standalone version not working/ not able to open in Windows .. The. Exe file gives error

    • @sapdevs
      @sapdevs  5 หลายเดือนก่อน

      I would suggest you should enter an issue at the GitHub repository

  • @wcjos5516
    @wcjos5516 3 หลายเดือนก่อน

    Searched for a tool which eliminates useless includes, which are used only once, I found this. Watched the vid 2 minutes (motivation). No more interest now. Will not help much for good code. I would name the goal as good code instead of clean code. Good code for me means:
    Code is divided in small parts.
    All technical identifiers are meaningful.
    Interface has only few items.
    The better you are the smaller is the code part you can understand and check for bugs.