See how a minor change to your commit message style can make a difference.
Tip
Have a look at git-conventional-commits , a CLI util to ensure these conventions and generate verion and changelogs
See how a minor change to your commit message style can make a difference.
Tip
Have a look at git-conventional-commits , a CLI util to ensure these conventions and generate verion and changelogs
Abstraction = Interface (What it does) + Implementation (How it does it)
Abstraction has Multiple Layers Seven Steps of solving a problem:
FTP host: cpanel.freehosting.com
FTP port: 21
SSL encrytion: optional
Remote directory: public_html
| (function($) { | |
| $.fn.countdown = function(options, callback) { | |
| //custom 'this' selector | |
| thisEl = $(this); | |
| // array of custom settings | |
| var settings = { | |
| date: null, | |
| format: null | |
| }; |
| if ($) { | |
| // Basice Code keep it | |
| $(document).ready(function() { | |
| $(document).on("scroll", onScroll); | |
| //smoothscroll | |
| $('a[href^="#"]').on("click", function(e) { | |
| e.preventDefault(); | |
| $(document).off("scroll"); | |
| $("a").each(function() { |