Di dalam sebuah tim, kita mungkin memakai framework sebagai standart sistem, dan itu pasti akan sangat membantu sekali. Akan tetapi, yang saya temukan ternyata hal itu masih belum cukup untuk dikatakan efisien. Masih sering ada pekerjaan yang tidak reusable, artinya dia ditulis secara inline-feature, sehingga butuh effort lebih untuk mengimplementasikannya kedalam sistem lain—atau bahkan tidak bisa sama sekali. Masih sering juga terdapat lebih dari satu flow yang sama, namun ditulis ulang di setiap fitur, sehingga membuat maintenance menjadi rumit. Hingga masalah klasik seperti perbedaan style penulisan code, yang terkadang membuat bingung anggota tim.
vcmrefunc: This is How To Repeat a Process Correctly
This module helps you to repeat a process again after it completely executed. You can specify a condition to stop the repetition immediately by giving a command `repeat(false)` inside the `repeat_function`. Also, there is an option to pass a callback that will be executed after the repetition is finished.
What Happend to My First PHP Framework?
It has been long time since I published my first PHP framework `Janggelan` on GitHub. The framework was built from scratch with a core system structure inspired by Laravel and designed based on MVC concept. The goal is basicly have the framework easy to use without reducing its performance.
pangsitpy: My Starter Pack Framework in Deep Learning
Pangsit(py) is my starter pack framework represented in Python to deal with learning computing such as Machine/Deep Learning, Data Science, etc.
vcmcemtex: Cemtex File Generator
Cemtext file format is a format used by banks to allow for batch transactions. Some bank have adopted this format by default, but each others can have a different format style. This module allows you to create a cemtext format by your own style—that means you can use it to meet your bank cemtext requirements. This module is fast, easy to understand, and more humanable.